This repository has been archived on 2025-03-07. You can view files and clone it, but cannot push or open issues or pull requests.
schloop/Cargo.toml
2021-05-12 20:21:14 +00:00

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"