mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-26 05:12:46 -07:00
12 lines
181 B
TOML
12 lines
181 B
TOML
[package]
|
|
name = "with-tailwind"
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
|
|
[[bin]]
|
|
name = "tuono"
|
|
path = ".tuono/main.rs"
|
|
|
|
[dependencies]
|
|
tuono_lib = { path = "../../crates/tuono_lib/" }
|