Files
calgen/Cargo.toml
Nicholas Bates 4970cd03cc addition of yaml dependency
addition of yaml crate to handle yaml files
2023-11-30 23:09:51 -05:00

10 lines
195 B
TOML

[package]
name = "calgen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yaml-rust = "0.4.5"