Here goes something

This commit is contained in:
Juno Takano 2025-12-09 18:28:39 -03:00
commit a7d944bbd4
16 changed files with 2700 additions and 0 deletions

18
Cargo.toml Normal file
View file

@ -0,0 +1,18 @@
[package]
name = "en"
version = "0.1.0"
description = "A non-linear writing instrument."
license = "AGPL-3.0-only"
repository = "https://codeberg.org/jutty/en"
edition = "2024"
rust-version= "1.91.1"
[dependencies]
axum = "0.8.7"
tokio = { version = "1.48.0", features = ["rt-multi-thread"] }
tera = { version = "1.20.1", features = ["builtins"] }
serde_json = "1.0.145"
serde = { version = "1.0.228", features = ["derive"] }
toml = "0.9.8"