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"
edition = "2021"
[[bin]]
name = "tuono"
path = ".tuono/main.rs"
[dependencies]
tuono_lib = { path = "../../crates/tuono_lib/" }