backend.rs: library for frontends.rs until split occurs
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user