mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-26 05:12:46 -07:00
14 lines
200 B
TOML
14 lines
200 B
TOML
[package]
|
|
name = "tuono"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "tuono"
|
|
path = ".tuono/main.rs"
|
|
|
|
[dependencies]
|
|
tuono_lib = "0.9.1"
|
|
serde = { version = "1.0.202", features = ["derive"] }
|
|
|