G-Earth/G-Mem/Cargo.toml
2019-10-25 22:56:26 +02:00

15 lines
302 B
TOML

[package]
name = "G-Mem"
version = "0.1.0"
authors = ["G-Earth contributors"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
netstat = "0.7.0"
read-process-memory = "0.1.2"
procfs = "0.6.0"
[profile.dev]
opt-level = 3