x/web/onesecmail/Cargo.toml

12 lines
350 B
TOML

[package]
name = "onesecmail"
version = "0.1.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1", features = ["derive"] }
reqwest = { version = "0.10", features = ["json"] }
thiserror = "1"