ganar/Cargo.toml

18 lines
405 B
TOML

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