[package] name = "msbfinal_db" version = "0.1.0" authors = ["Lincoln Auster [They/Them] "] edition = "2018" license = "GPL-3.0" description = """The database backend used for my MSB final project \ (https://gitlab.com/lincolnauster/omsb9-final""" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bincode = "1.3.3" serde = { version = "1.0", features = ["derive"] } [dev-dependencies] pretty_assertions = "0.7" assert_approx_eq = "1.1.0" rand = "0.8.3" float-cmp = "0.8.0"