This commit is contained in:
JMARyA 2025-04-17 14:49:06 +02:00
commit dae8fed78f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 3690 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "navos-site"
version = "0.1.0"
edition = "2024"
[dependencies]
based = { git = "https://git.hydrar.de/jmarya/based" }
env_logger = "0.11.8"
rocket = "0.5.1"