schloop/Cargo.toml

11 lines
263 B
TOML

[package]
name = "schloop"
version = "0.1.0"
authors = ["del"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"