You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calllog/Cargo.toml

16 lines
451 B

[package]
name = "calllog"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
html_parser = { version = "0.6.2" }
srp = { version = "0.5.0" }
sha2 = { version = "0.9.8" }
rand = { version = "0.8.4" }
base16 = { version = "0.2.1" }
json = { version = "*" }