mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
* wip * feat: add cpu and memory limit gauge * chore: add some test cases * docs: polish some docs * refactor: remove '#[cfg(target_os = linux)]' * refactor: add cfg(target_os) in get_cpu_limit() and get_memory_limit()
12 lines
162 B
TOML
12 lines
162 B
TOML
[package]
|
|
name = "stat"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
nix.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|