mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-28 00:53:11 +08:00
version
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user