Files
floorbell/Cargo.toml

19 lines
554 B
TOML

[package]
name = "doorbell"
version = "0.1.0"
authors = ["Jared Burce <jaredr@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures-util = "0.3"
log = "0.4.11"
pretty_env_logger = "0.4.0"
reqwest = { version = "0.11", default-features = false }
rppal = { git = "https://github.com/golemparts/rppal/", rev = "2e980caf76756c97bb0b18fb3ab08fb51ed1f90e" }
smallvec = "1.4.2"
tokio = { version = "1", features = ["macros"] }
tokio-stream = "0.1.2"
warp = "0.3"