| 1 | [package] |
| 2 | name = "gartop" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | authors.workspace = true |
| 6 | license.workspace = true |
| 7 | description = "System monitor daemon for gar desktop" |
| 8 | |
| 9 | [[bin]] |
| 10 | name = "gartop" |
| 11 | path = "src/main.rs" |
| 12 | |
| 13 | [dependencies] |
| 14 | gartop-ipc.workspace = true |
| 15 | gartk-core.workspace = true |
| 16 | gartk-x11.workspace = true |
| 17 | gartk-render.workspace = true |
| 18 | x11rb.workspace = true |
| 19 | cairo-rs.workspace = true |
| 20 | procfs.workspace = true |
| 21 | tokio.workspace = true |
| 22 | serde.workspace = true |
| 23 | serde_json.workspace = true |
| 24 | toml.workspace = true |
| 25 | clap.workspace = true |
| 26 | tracing.workspace = true |
| 27 | tracing-subscriber.workspace = true |
| 28 | thiserror.workspace = true |
| 29 | anyhow.workspace = true |
| 30 | dirs.workspace = true |
| 31 | nix.workspace = true |
| 32 | users.workspace = true |