backend.rs: expanded git convenience types and moved to git.rs
This commit is contained in:
@@ -8,7 +8,7 @@ name = "frontend"
|
||||
path = "src/frontend.rs"
|
||||
|
||||
[dependencies]
|
||||
git2 = "0.20.2"
|
||||
git2 = { version = "0.20.2", default-features = false }
|
||||
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
|
||||
#inkjet = "0.11.1"
|
||||
#markdown = "1.0.0"
|
||||
|
||||
Reference in New Issue
Block a user