rust-fcp/Cargo.toml

12 lines
229 B
TOML
Raw Normal View History

[package]
name = "FCPv2"
version = "0.0.1"
authors = ["Horhik <horhik@tuta.io>"]
edition = "2018"
2021-01-26 17:50:13 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-01-26 17:50:13 +00:00
regex = "1.4.3"