chore: no more warnings in app/rust/

This commit is contained in:
Tien Do Nam
2026-07-17 14:30:25 +02:00
parent bc5c6c487c
commit d108a9c0de
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -6,6 +6,9 @@ edition = "2024"
[lib]
crate-type = ["cdylib", "staticlib"]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }
[dependencies]
anyhow = "1.0"
bytes = "1.9"
-2
View File
@@ -13,9 +13,7 @@ pub use localsend::webrtc::webrtc::{
};
use std::collections::HashSet;
use std::sync::Arc;
use std::time::Duration;
use tokio::sync::{Mutex, mpsc, oneshot};
use tokio::time;
use uuid::Uuid;
pub struct ProposingClientInfo {