domani/Cargo.toml

11 lines
206 B
TOML
Raw Normal View History

2023-05-03 07:58:06 +00:00
[package]
name = "gateway"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-03 10:42:00 +00:00
sha2 = "0.10.6"
hex = "0.4.3"