ganar/Cargo.toml

18 lines
405 B
TOML
Raw Normal View History

2024-02-08 12:17:34 +01:00
[package]
name = "ganar"
2024-02-08 12:17:34 +01:00
version = "0.1.0"
edition = "2021"
publish = false
authors = ["Christoph J. Scherr <software@cscherr.de>"]
description = "ganar"
2024-02-08 12:17:34 +01:00
readme = "README.md"
homepage = "https://git.cscherr.de/PlexSheep/ganar"
repository = "https://git.cscherr.de/PlexSheep/ganar"
keywords = ["website"]
2024-02-08 12:17:34 +01:00
[dependencies]
rocket = "0.5.0"
rocket_dyn_templates = { version = "0.1.0", features = ["tera"] }
2024-02-08 12:17:34 +01:00