1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-29 10:20:04 +08:00

first public version

This commit is contained in:
2019-07-28 01:05:34 +08:00
parent ea396a553b
commit 2d8373a1a2
9 changed files with 2553 additions and 4 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "buildj"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
[dependencies]
json = "0.11.14"
term = "0.5.2"
reqwest = "0.9.18"
urlencoding = "1.0.0"
dirs = "2.0.1"
rust-crypto = "0.2.36"
rust_util = { git = "https://github.com/jht5945/rust_util" }