commit
bd3582787b
3 changed files with 19 additions and 0 deletions
@ -0,0 +1,3 @@ |
||||
/target |
||||
**/*.rs.bk |
||||
Cargo.lock |
@ -0,0 +1,9 @@ |
||||
[package] |
||||
name = "data-validation" |
||||
version = "0.1.0" |
||||
authors = [BlackSponge <blacksponge@tuta.io>, Jackred <jackred@tuta.io>] |
||||
edition = "2018" |
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
||||
|
||||
[dependencies] |
@ -0,0 +1,7 @@ |
||||
#[cfg(test)] |
||||
mod tests { |
||||
#[test] |
||||
fn it_works() { |
||||
assert_eq!(2 + 2, 4); |
||||
} |
||||
} |
Loading…
Reference in new issue