[package] name = "prague" version = "0.1.0" authors = ["Jiří Sejkora "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.3.4" rand = "0.8.0" indicatif = "0.15.0" itertools = "0.10.0" rusqlite = "0.24.2" [[bin]] name = "prague" path = "src/main.rs"