This commit is contained in:
hzhou
2020-09-24 17:26:58 +08:00
parent a4a7602ba6
commit 3d5d219a8c
8 changed files with 21 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
[package]
name = "hbbs"
version = "0.1.0"
version = "1.0.0"
authors = ["open-trade <info@opentradesolutions.com>"]
edition = "2018"
build= "build.rs"
[[bin]]
name = "hbbr"
@@ -20,6 +21,10 @@ lazy_static = "1.4"
clap = "2.33"
rust-ini = "0.15"
[build-dependencies]
cc = "1.0"
hbb_common = { path = "libs/hbb_common" }
[workspace]
members = ["libs/hbb_common"]