wetstring_http/Cargo.toml

12 lines
326 B
TOML

[package]
name = "wetstring_http"
version = "1.0.0"
authors = ["Ben Bridle <bridle.benjamin@gmail.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wetstring = { git = "https://tildegit.org/toast/wetstring", tag = "v1.0" }
log = "0.4.14"