master
1[package]
2name = "system"
3version = "0.1.0"
4
5[lib]
6crate-type = ["staticlib"]
7
8[dependencies]
9starship-battery = "0.11.0"
10libc = "0.2.174"
11log = "0.4.27"
12sysinfo = "0.39.0"