mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-05-18 23:50:21 +00:00
initialize
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/target
|
||||
**/*.rs.bk
|
||||
@@ -0,0 +1,3 @@
|
||||
[submodule "libs/p2p"]
|
||||
path = libs/p2p
|
||||
url = https://github.com/open-trade/p2p
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
[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"]
|
||||
Submodule
+1
Submodule libs/p2p added at 24cffa9777
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user