setup basic app
This commit is contained in:
parent
2cb5dbd22c
commit
b37891af49
7 changed files with 1207 additions and 2 deletions
|
|
@ -9,3 +9,8 @@ description = "A Git mirroring daemon"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.40"
|
||||
log = "0.4.14"
|
||||
rocket = "0.4.7"
|
||||
rocket_contrib = { version = "0.4.7", features = [ "json" ] }
|
||||
serde = { version = "1.0.125", features = [ "derive" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue