forked from Ruderverein-Donau-Linz/rowt
16 lines
410 B
TOML
16 lines
410 B
TOML
[package]
|
|
name = "rot"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rocket = { version = "0.5.0-rc.2", features = ["secrets"]}
|
|
rocket_dyn_templates = { version = "0.1.0-rc.2", features= ["tera"] }
|
|
chrono = { version = "0.4", features = ["serde"]}
|
|
sha3 = "0.10"
|
|
hex = "0.4"
|
|
log = "0.4"
|
|
env_logger = "0.10"
|