Lucas Soriano del Pino
3 years ago
committed by
Philipp Hoenisch
3 changed files with 17 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||||
|
[workspace] |
||||
|
members = [ "cfd_protocol" ] |
@ -0,0 +1,10 @@ |
|||||
|
[package] |
||||
|
name = "cfd_protocol" |
||||
|
version = "0.1.0" |
||||
|
edition = "2018" |
||||
|
|
||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
||||
|
|
||||
|
[dependencies] |
||||
|
|
||||
|
dlc = { git = "https://github.com/p2pderivatives/rust-dlc" } |
@ -0,0 +1,5 @@ |
|||||
|
#[cfg(test)] |
||||
|
mod tests { |
||||
|
#[test] |
||||
|
fn it_works() {} |
||||
|
} |
Loading…
Reference in new issue