1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-28 01:31:35 +08:00
Files
buildj/Cargo.toml
2019-08-01 08:56:35 +08:00

15 lines
296 B
TOML

[package]
name = "buildj"
version = "0.1.2"
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" }