mirror of
https://gitlab.com/arnekeller/df.git
synced 2024-11-09 10:20:37 +00:00
14 lines
407 B
TOML
14 lines
407 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" }
|
||
|
libc = "0.2.91"
|
||
|
procinfo = "0.4.2"
|