[package] name = "birka" version = "0.1.0" authors = ["Jakob L. Kreuze "] edition = "2018" license = "AGPL-3.0+" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.31" base64 = "0.12.1" blake2 = "0.8" dirs = "2.0.2" rusqlite = "0.21.0" # Until RFC #2887 is merged, image and rocket are deps of the CLI tool as well. image = "0.23.4" rocket = "0.4.4" rocket_contrib = "0.4.4" [[bin]] name = "birka-cli" path = "src/birka-cli.rs" [[bin]] name = "birka" path = "src/main.rs"