Add metadata for omegaupload-common

master
Edward Shen 2021-10-31 16:04:31 -07:00
parent 76e2494011
commit 8454607859
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 5 additions and 2 deletions

View File

@ -2,15 +2,18 @@
name = "omegaupload-common"
version = "0.1.0"
edition = "2021"
description = "Common library for OmegaUpload"
repository = "https://git.eddie.sh/edward/omegaupload"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.13"
bytes = { version = "*", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
chacha20poly1305 = { version = "0.9", features = ["stream"] }
chrono = { version = "0.4", features = ["serde"] }
headers = "*"
headers = "0.3"
lazy_static = "1"
rand = "0.8"
secrecy = "0.8"