domani/Cargo.toml

16 lines
347 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"
2023-05-04 12:56:31 +00:00
gix = { version = "0.44.1", features = [
"blocking-network-client",
"blocking-http-transport-reqwest-rust-tls",
]}
tempdir = "0.3.7"