yary/Cargo.toml
Paul Stemmet f9b03dd48e
lib/deps: add atoi
for fast slice -> ascii conversions
2021-06-05 16:58:53 +00:00

16 lines
288 B
TOML

[package]
name = "yary"
version = "0.1.0"
authors = ["Bazaah <github@luxolus.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
atoi = "0.4"
[dev-dependencies]
pretty_assertions = "0.7"