💥 Nukes rust and replaces with kotlin

This commit is contained in:
Daniel Svitan
2025-05-11 10:44:14 +02:00
parent 1413ed58b9
commit 1d4db39b2a
26 changed files with 866 additions and 1912 deletions
-11
View File
@@ -1,11 +0,0 @@
[package]
name = "backend"
version = "0.1.0"
edition = "2024"
[dependencies]
rocket = { version = "0.5.0-rc.2", features = ["json"] }
dotenv = "0.15.0"
rusqlite = { version = "0.35.0", features = ["bundled"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.88"