mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-06 08:43:39 +00:00
Add initial (#1)
This commit is contained in:
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[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.112"
|
||||
reqwest = { version = "0.10", features = ["json"] }
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
serde_json = "1.0.55"
|
||||
log = "0.4"
|
||||
pretty_env_logger = "0.4.0"
|
||||
regex = "1.3.9"
|
||||
rust-crypto = "^0.2"
|
||||
sled = "0.31.0"
|
Reference in New Issue
Block a user