mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
refactor: use Cargo workspace
This commit is contained in:
@@ -1 +0,0 @@
|
||||
target/
|
||||
Generated
-3667
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
-3930
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user