FastWave2.0/Cargo.toml

30 lines
1.1 KiB
TOML
Raw Permalink Normal View History

2024-05-27 19:24:46 +00:00
[workspace]
members = [
"frontend",
"backend",
"shared",
2024-11-25 21:13:39 +00:00
"src-tauri",
"test_files/components/rust_decoder",
"test_files/components/rust_diagram_connector",
2024-05-27 19:24:46 +00:00
]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
repository = "https://github.com/JoyOfHardware/FastWave2.0"
authors = ["FastWave authors"]
readme = "../README.md"
publish = false
[workspace.dependencies]
# wellen = { version = "0.9.9", features = ["serde1"] }
# wellen = { path = "../wellen/wellen", features = ["serde1"] }
wellen = { git = "https://github.com/MartinKavik/wellen", features = ["serde1"], branch = "new_pub_types" }
# moon = { path = "../../crates/moon" }
# zoon = { path = "../../crates/zoon" }
2024-06-06 20:04:57 +00:00
# moonlight = { path = "../../crates/zoon" }
2024-05-27 19:24:46 +00:00
zoon = { git = "https://github.com/MoonZoon/MoonZoon", rev = "fc73b0d90bf39be72e70fdcab4f319ea5b8e6cfc" }
moon = { git = "https://github.com/MoonZoon/MoonZoon", rev = "fc73b0d90bf39be72e70fdcab4f319ea5b8e6cfc" }
2024-06-06 20:04:57 +00:00
moonlight = { git = "https://github.com/MoonZoon/MoonZoon", rev = "fc73b0d90bf39be72e70fdcab4f319ea5b8e6cfc" }