G-Earth/G-Mem/Cargo.toml

15 lines
302 B
TOML
Raw Normal View History

2019-10-25 22:47:59 +02:00
[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