Files
tuono/Cargo.toml
T

14 lines
223 B
TOML
Raw Normal View History

2024-05-12 21:40:46 +02:00
[workspace]
2024-05-18 11:46:57 +02:00
resolver = "2"
2024-05-12 21:40:46 +02:00
members = [
2024-05-25 11:29:11 +02:00
"crates/tuono",
2024-05-18 20:45:35 +02:00
"crates/tuono_lib",
2024-05-25 12:03:03 +02:00
"crates/tuono_lib_macros",
2024-05-14 20:07:24 +02:00
]
exclude = [
2024-07-27 11:33:34 +02:00
"apps/documentation",
"examples/with-mdx",
"examples/tuono-app",
2025-01-12 13:45:20 +01:00
"examples/tuono-tutorial"
2024-05-12 21:40:46 +02:00
]