Files
tuono/Cargo.toml
T

14 lines
208 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",
2024-07-22 07:59:43 +02:00
"examples/mdx",
2024-06-06 19:41:21 +02:00
"examples/tuono",
"examples/tutorial"
2024-05-12 21:40:46 +02:00
]