[package] name = "willard" version = "0.1.0" authors = ["Yoon Gun "] edition = "2018" description = "Single Qubit simulatior with quantum gates implemention" repository = "https://github.com/cfr2ak/willard/tree/master" license-file="LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7" num = "0.2"