rltk/Cargo.toml
Sander Hautvast b1f6802568
Some checks failed
Rust / build (push) Has been cancelled
inclusion of similar work
2022-12-18 17:36:43 +01:00

20 lines
308 B
TOML

[package]
name = "rltk"
version = "0.1.0"
edition = "2021"
[dependencies]
unicode-segmentation = "1"
anyhow = "1"
regex="1.5"
lazy_static = "1"
crossbeam-channel = "0.5"
chrono = "0.4"
unicode-segmentation = "1.9.0"
[dev-dependencies]
more-asserts = "0.3"
[[bin]]
name = "count"
path = "src/bin/count.rs"