first commit

This commit is contained in:
2019-12-27 00:59:32 +08:00
parent 1dbc51459e
commit 80820651ed
2 changed files with 147 additions and 0 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "simple-oss"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "Simple Alibaba Cloud OSS Client in Rust"
license = "MIT"
readme="README.md"
repository = "https://git.hatter.ink/hatter/simple-oss"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust-crypto = "0.2.36"
urlencoding = "1.0.0"
base64 = "0.11.0"
reqwest = "0.9.22"
rust_util="0.1.0"