-
- Downloads
build(git) add rusty hook
... | @@ -36,6 +36,7 @@ warp = "0.3" | ... | @@ -36,6 +36,7 @@ warp = "0.3" |
duniter-core = { git = "https://git.duniter.org/nodes/rust/duniter-core", features = ["mem"] } | duniter-core = { git = "https://git.duniter.org/nodes/rust/duniter-core", features = ["mem"] } | ||
once_cell = "1.7" | once_cell = "1.7" | ||
mockall = "0.9.1" | mockall = "0.9.1" | ||
rusty-hook = "0.11.2" | |||
serde_json = "1.0.53" | serde_json = "1.0.53" | ||
tokio = { version = "1.2", features = ["macros", "rt-multi-thread", "time"] } | tokio = { version = "1.2", features = ["macros", "rt-multi-thread", "time"] } | ||
unwrap = "1.2.1" | unwrap = "1.2.1" | ||
... | ... |
Please register or sign in to comment