imp/Cargo.toml

10 lines
214 B
TOML
Raw Normal View History

[package]
name = "cwtch-imp"
2022-07-21 23:09:20 +00:00
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-07-21 23:09:20 +00:00
libcwtch = "0.4.0"
2022-04-26 23:19:28 +00:00
chrono = "0.4.19"