-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathCargo.toml
More file actions
19 lines (17 loc) · 580 Bytes
/
Copy pathCargo.toml
File metadata and controls
19 lines (17 loc) · 580 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
authors = [
"Christian Visintin <christian.visintin@veeso.dev>",
"hasezoey <hasezoey@gmail.com>",
]
edition = "2024"
license = "MIT"
rust-version = "1.88"
repository = "https://github.com/veeso/tui-realm"
homepage = "https://github.com/veeso/tui-realm"
[workspace.dependencies]
tuirealm = { path = "./crates/tuirealm", version = "4", default-features = false }
tui-realm-stdlib = { path = "./crates/tuirealm-stdlib", version = "4" }
tuirealm_derive = { path = "./crates/tuirealm-derive", version = "4" }