Files
tuono/examples/with-tailwind/Cargo.toml
T

12 lines
181 B
TOML
Raw Normal View History

2025-01-18 19:44:45 +00:00
[package]
name = "with-tailwind"
version = "0.0.1"
2025-03-29 11:08:16 +01:00
edition = "2024"
2025-01-18 19:44:45 +00:00
[[bin]]
name = "tuono"
path = ".tuono/main.rs"
[dependencies]
tuono_lib = { path = "../../crates/tuono_lib/" }