backend.rs: library for frontends.rs until split occurs

This commit is contained in:
2025-08-08 19:59:14 -06:00
parent cffe1525e0
commit caa6f98caa
2 changed files with 1 additions and 11 deletions

View File

@@ -7,10 +7,6 @@ edition = "2024"
name = "frontend"
path = "src/frontend.rs"
[[bin]]
name = "backend"
path = "src/backend.rs"
[dependencies]
git2 = "0.20.2"
serde = { version = "1.0.219", default-features = false, features = ["derive"] }