refactor: use Cargo workspace

This commit is contained in:
Tien Do Nam
2026-08-03 14:06:24 +02:00
parent fdc0676e6b
commit 39e593100b
13 changed files with 536 additions and 9035 deletions
-1
View File
@@ -1 +0,0 @@
target/
-3667
View File
File diff suppressed because it is too large Load Diff
-8
View File
@@ -50,11 +50,3 @@ multicast = ["if-addrs", "socket2", "tokio-util"]
webrtc-signaling = ["tokio-tungstenite"]
webrtc = ["crypto", "flate2", "dep:webrtc", "webrtc-signaling", "x509-parser"]
full = ["crypto", "discovery", "http", "multicast", "webrtc"]
# RSA key generation is bignum-heavy and takes ~10x longer unoptimized;
# keep the crypto crates optimized in dev so tests stay fast.
[profile.dev.package.rsa]
opt-level = 2
[profile.dev.package.num-bigint-dig]
opt-level = 2
@@ -1 +0,0 @@
/target
File diff suppressed because it is too large Load Diff