3 authors = ["VinÃcius R. Miguel <vrmiguel99@gmail.com>"]
7 repository = "https://github.com/vrmiguel/bustd"
8 description = "Lightweight process killer daemon for out-of-memory scenarios"
9 categories = ["command-line-utilities", "memory-management"]
11 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14 glob = { version = "0.3.1", optional = true }
26 # Using a somewhat popular crate, `procfs`, to test our own
27 # implementation of proc-fs reads.
28 # Probably not the best decision possible but OK for now
29 procfs = { version = "0.14.2", default-features = false }
32 glob-ignore = ["glob"]