mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
15 lines
302 B
TOML
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 |