mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-17 22:10:17 +08:00
14 lines
292 B
TOML
14 lines
292 B
TOML
[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]
|
|
p2p = { path = "libs/p2p" }
|
|
|
|
[workspace]
|
|
members = ["libs/p2p"]
|