refactor: move core to packages/core

This commit is contained in:
Tien Do Nam
2026-07-13 23:23:51 +02:00
parent 6db7a1a1b4
commit 1034fbd773
46 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ crate-type = ["cdylib", "staticlib"]
anyhow = "1.0" anyhow = "1.0"
bytes = "1.9" bytes = "1.9"
flutter_rust_bridge = { version = "=2.11.1", features = ["uuid"] } 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"] } tokio = { version = "1.49", features = ["full"] }
tracing = "0.1.44" tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22" } tracing-subscriber = { version = "0.3.22" }
View File