mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
chore: no more warnings in app/rust/
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user