15 lines
348 B
TOML
15 lines
348 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]
|
|
log = "0.4.11"
|
|
pretty_env_logger = "0.4.0"
|
|
rppal = "0.11.3"
|
|
tokio = { version = "0.2", features = ["macros"] }
|
|
warp = "0.2.5"
|