aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authoropen-trade <[email protected]>2020-03-04 14:10:58 +0800
committeropen-trade <[email protected]>2020-03-04 14:10:58 +0800
commitd188a5f5ea0b6498eecd6a9c8239cb2d55341f81 (patch)
tree74f63dd2cac364b91918011ead87804a08d045ae /Cargo.toml
downloadrustdesk-server-d188a5f5ea0b6498eecd6a9c8239cb2d55341f81.tar.gz
rustdesk-server-d188a5f5ea0b6498eecd6a9c8239cb2d55341f81.zip
initialize
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..7103c82
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "hbbs"
+version = "0.1.0"
+authors = ["open-trade <[email protected]>"]
+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"]