omegaupload/common/Cargo.toml
2021-10-19 02:18:33 -07:00

15 lines
293 B
TOML

[package]
name = "omegaupload-common"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
base64 = "0.13"
chacha20poly1305 = "0.9"
rand = "0.8"
sha2 = "0.9"
thiserror = "1"
url = "2"