bakare/Cargo.toml
2019-09-01 17:30:45 +01:00

13 lines
216 B
TOML

[package]
name = "bakare"
version = "0.1.0"
authors = ["Cyryl Płotnicki <cyplo@cyplo.net>"]
edition = "2018"
license = "AGPL-3.0"
[dependencies]
walkdir = "2.2"
rust-crypto = "0.2"
tempfile = "3.1"
failure = "0.1"