mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
refactor: move core to packages/core
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ crate-type = ["cdylib", "staticlib"]
|
||||
anyhow = "1.0"
|
||||
bytes = "1.9"
|
||||
flutter_rust_bridge = { version = "=2.11.1", features = ["uuid"] }
|
||||
localsend = { path = "../../core", features = ["full"] }
|
||||
localsend = { path = "../../packages/core", features = ["full"] }
|
||||
tokio = { version = "1.49", features = ["full"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.22" }
|
||||
|
||||
Reference in New Issue
Block a user