summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: dd93aed1034974df4c11e4f43cd5eaff4a5a835c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "water-levels"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-web  = "3.3"
env_logger = "0.9"
maud       = { version = "0.22", features = ["actix-web"] }
serde      = "1"