Files
rfd-notify/Cargo.toml
dependabot-preview[bot] 9264b7819c Bump sled from 0.34.0 to 0.34.1 (#17)
Bumps [sled](https://github.com/spacejam/sled) from 0.34.0 to 0.34.1.
- [Release notes](https://github.com/spacejam/sled/releases)
- [Changelog](https://github.com/spacejam/sled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spacejam/sled/compare/v0.34...v0.34.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-28 08:39:57 -04:00

21 lines
519 B
TOML

[package]
name = "rfd-notify"
version = "0.1.0"
authors = ["Dave Gallant <davegallant@gmail.com>"]
edition = "2018"
[dependencies]
sendgrid = { version = "0.11.3", features = ["rustls"] }
toml = "0.5.6"
serde_derive = "1.0.112"
serde = "1.0.114"
reqwest = { version = "0.10", default-features = false, features = ["json", "rustls-tls"] }
tokio = { version = "0.2", features = ["full"] }
serde_json = "1.0.57"
log = "0.4"
pretty_env_logger = "0.4.0"
regex = "1.3.9"
rust-crypto = "^0.2"
sled = "0.34.1"
clap = "2.33.1"