mirror of
https://github.com/Drop-OSS/libtailscale-drop.git
synced 2026-07-01 14:40:46 -04:00
Re-enable examples
They are in a subdir, so not auto discovered
This commit is contained in:
@@ -23,6 +23,14 @@ include = [
|
||||
[lib]
|
||||
path = "rust/src/lib.rs"
|
||||
|
||||
[[example]]
|
||||
name = "echo_client"
|
||||
path = "rust/examples/echo_client.rs"
|
||||
|
||||
[[example]]
|
||||
name = "echo_server"
|
||||
path = "rust/examples/echo_server.rs"
|
||||
|
||||
[dependencies]
|
||||
hyper = { version = "0.14.25", optional = true, features = ["server"] }
|
||||
log = { version = "0.4.17", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user