2024-02-08 12:17:34 +01:00
|
|
|
[package]
|
2024-02-08 12:24:24 +01:00
|
|
|
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>"]
|
2024-02-08 12:24:24 +01:00
|
|
|
description = "ganar"
|
2024-02-08 12:17:34 +01:00
|
|
|
readme = "README.md"
|
2024-02-08 12:24:24 +01:00
|
|
|
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]
|
2024-02-08 12:24:24 +01:00
|
|
|
rocket = "0.5.0"
|
2024-02-09 15:02:03 +01:00
|
|
|
rocket_dyn_templates = { version = "0.1.0", features = ["tera"] }
|
2024-02-08 12:17:34 +01:00
|
|
|
|