[package] name = "nemo157-test" version = "0.1.0" authors = ["Wim Looman "] edition = "2018" license = "WTFPL" description = "Testing crates.io stuff" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nemo157 = { version = "1.0.0", path = "../nemo157" }