rash/Cargo.toml

11 lines
226 B
TOML
Raw Normal View History

2021-03-10 02:31:31 +00:00
[package]
name = "rash"
version = "0.1.0"
authors = ["able <abl3theabove@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
toml="*"