mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-06 08:43:39 +00:00
Add Dockerfile and Docker Hub publishing (#9)
Adds docker image publishing with example usage in the README.
This commit is contained in:
@@ -9,7 +9,7 @@ sendgrid = { version = "0.11.3", features = ["rustls"] }
|
||||
toml = "0.5.6"
|
||||
serde_derive = "1.0.112"
|
||||
serde = "1.0.114"
|
||||
reqwest = { version = "0.10", features = ["json"] }
|
||||
reqwest = { version = "0.10", default-features = false, features = ["json", "rustls-tls"] }
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
serde_json = "1.0.56"
|
||||
log = "0.4"
|
||||
|
Reference in New Issue
Block a user