-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (20 loc) · 563 Bytes
/
Copy pathCargo.toml
File metadata and controls
23 lines (20 loc) · 563 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "process_viewer"
version = "0.5.11"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
edition = "2021"
description = "A process viewer GUI"
repository = "https://github.com/GuillaumeGomez/process-viewer"
license = "MIT"
homepage = "https://github.com/GuillaumeGomez/process-viewer"
rust-version = "1.86"
readme = "README.md"
keywords = ["GUI", "process", "viewer", "gtk"]
[dependencies]
gtk = { version = "0.10", package = "gtk4" }
sysinfo = "0.38"
libc = "0.2"
serde = "1.0"
serde_derive = "1.0"
toml = "0.8"
async-channel = "2.2.1"