-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
19 lines (17 loc) · 852 Bytes
/
Cargo.toml
File metadata and controls
19 lines (17 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[workspace]
resolver = "2"
members = ["core", "src-tauri"]
[workspace.dependencies]
# ARK-Builders/ark-core
dropx-sender = { git = "https://github.com/ARK-Builders/ark-core", rev = "69ca7d8f76cab1514502cb6c8a09de77c01d3234" }
dropx-receiver = { git = "https://github.com/ARK-Builders/ark-core", rev = "69ca7d8f76cab1514502cb6c8a09de77c01d3234" }
dropx-common = { git = "https://github.com/ARK-Builders/ark-core", rev = "69ca7d8f76cab1514502cb6c8a09de77c01d3234" }
drop-entities = { git = "https://github.com/ARK-Builders/ark-core", rev = "69ca7d8f76cab1514502cb6c8a09de77c01d3234" }
# Keep existing dependencies that are still needed
anyhow = "1.0.100"
thiserror = "1.0.61"
futures-buffered = "0.2.6"
futures-lite = "2.3.0"
serde_json = "1.0"
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.48.0", features = ["full"] }