df/Cargo.toml
2021-03-28 13:52:34 +02:00

16 lines
443 B
TOML

[package]
name = "df"
version = "0.1.0"
authors = ["Arne Keller <arne.keller@posteo.de>"]
license = "GPL-3.0-or-later"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ascii_table = { git = "https://gitlab.com/arnekeller/ascii-table.git", rev = "7fffb5d93b8c63283fc1359ee3c6dbfcf12ed90b" }
bytesize = "1.0.1"
libc = "0.2.91"
procinfo = "0.4.2"
xflags = "0.2.1"