mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
16 lines
301 B
TOML
16 lines
301 B
TOML
[package]
|
|
name = "tuono"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
authors = ["V. Ageno <valerioageno@yahoo.it>"]
|
|
|
|
[lib]
|
|
name = "tuono"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.4", features = ["derive"] }
|
|
|
|
axum_bundler = { path = "../axum_bundler" }
|
|
tuono_bundler = { path = "../bundler"}
|