Add metadata for omegaupload-common

This commit is contained in:
Edward Shen 2021-10-31 16:04:31 -07:00
parent 76e2494011
commit 8454607859
Signed by: edward
GPG key ID: 19182661E818369F

View file

@ -2,15 +2,18 @@
name = "omegaupload-common" name = "omegaupload-common"
version = "0.1.0" version = "0.1.0"
edition = "2021" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
base64 = "0.13" base64 = "0.13"
bytes = { version = "*", features = ["serde"] } bytes = { version = "1", features = ["serde"] }
chacha20poly1305 = { version = "0.9", features = ["stream"] } chacha20poly1305 = { version = "0.9", features = ["stream"] }
chrono = { version = "0.4", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] }
headers = "*" headers = "0.3"
lazy_static = "1" lazy_static = "1"
rand = "0.8" rand = "0.8"
secrecy = "0.8" secrecy = "0.8"