mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
13 lines
197 B
TOML
13 lines
197 B
TOML
[package]
|
|
name = "tuono-api"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "tuono"
|
|
path = ".tuono/main.rs"
|
|
|
|
[dependencies]
|
|
tuono_lib = { path = "../../crates/tuono_lib/", features = ["api"]}
|
|
|