1[package] 2name = "cargo_bindeps" 3version = "0.1.0" 4authors = ["UebelAndre <[email protected]>"] 5edition = "2018" 6 7[lib] 8path = "fake.rs" 9 10[dependencies] 11hyperfine = { version = "1.16.1", artifact = "bin" } 12