21 lines
463 B
TOML
21 lines
463 B
TOML
[package]
|
|
name = "oss-backupd"
|
|
version = "0.1.0"
|
|
authors = ["Hatter Jiang <jht5945@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
argparse = "0.2.2"
|
|
rust-crypto = "0.2.36"
|
|
indicatif = "0.13.0"
|
|
urlencoding = "1.0.0"
|
|
base64 = "0.11.0"
|
|
reqwest = "0.9.22"
|
|
sequoia-openpgp = "0.12.0"
|
|
oss-rust-sdk = "0.1.12"
|
|
rust_util = { git = "https://github.com/jht5945/rust_util" }
|
|
|
|
|