rustdesk-server/Cargo.toml

15 lines
314 B
TOML
Raw Normal View History

2020-03-04 14:10:58 +08:00
[package]
name = "hbbs"
version = "0.1.0"
authors = ["open-trade <info@opentradesolutions.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-03-07 23:24:58 +08:00
hbb_common = { path = "libs/hbb_common" }
[workspace]
2020-03-09 13:55:12 +08:00
members = ["libs/hbb_common"]
2020-03-04 14:10:58 +08:00