partially moves backend repo logic out of render code
This commit is contained in:
@@ -7,10 +7,13 @@ 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"] }
|
||||
#serde_derive = { version = "1.0.219", default-features = false }
|
||||
#inkjet = "0.11.1"
|
||||
#markdown = "1.0.0"
|
||||
tera = { version = "1.20.0", default-features = false, features = ["builtins"] }
|
||||
|
||||
Reference in New Issue
Block a user