2021-06-01 13:31:00 +00:00
|
|
|
[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]
|
2021-06-03 15:22:51 +00:00
|
|
|
anyhow = "1"
|
2021-06-01 19:07:47 +00:00
|
|
|
|
2021-06-05 16:58:53 +00:00
|
|
|
atoi = "0.4"
|
|
|
|
|
2021-06-01 19:07:47 +00:00
|
|
|
[dev-dependencies]
|
|
|
|
pretty_assertions = "0.7"
|