Ibis/Cargo.toml
2020-10-26 18:35:16 +01:00

13 lines
No EOL
326 B
TOML

[package]
name = "ibis"
version = "0.1.0"
authors = ["Jana Lemke <jana.lemke@rwth-aachen.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3.16"
serde = { version = "1.0", features = ["derive"]}
toml = "0.5.7"
glob = "0.3.0"