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]
|
[lib]
|
||||||
crate-type = ["cdylib", "staticlib"]
|
crate-type = ["cdylib", "staticlib"]
|
||||||
|
|
||||||
|
[lints.rust]
|
||||||
|
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
bytes = "1.9"
|
bytes = "1.9"
|
||||||
|
|||||||
@@ -13,9 +13,7 @@ pub use localsend::webrtc::webrtc::{
|
|||||||
};
|
};
|
||||||
use std::collections::HashSet;
|
use std::collections::HashSet;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use std::time::Duration;
|
|
||||||
use tokio::sync::{Mutex, mpsc, oneshot};
|
use tokio::sync::{Mutex, mpsc, oneshot};
|
||||||
use tokio::time;
|
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
|
||||||
pub struct ProposingClientInfo {
|
pub struct ProposingClientInfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user