mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
16 lines
266 B
TOML
16 lines
266 B
TOML
[package]
|
|
name = "tuono"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "tuono"
|
|
path = ".tuono/main.rs"
|
|
|
|
[dependencies]
|
|
tuono_lib = "0.16.9"
|
|
glob = "0.3.1"
|
|
time = { version = "0.3", features = ["macros"] }
|
|
serde = { version = "1.0.202", features = ["derive"] }
|
|
|