CS110L-Lab/week3/inspect-fds/Cargo.toml
2020-10-07 15:58:20 -07:00

12 lines
264 B
TOML

[package]
name = "inspect-fds"
version = "0.1.0"
authors = ["Ryan Eberhardt <reberhardt7@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nix = "0.17.0"
regex = "1.3.7"