mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
444d1479b0
* feat: add support for MDX * fix: prevent empty server handler error message * doc: add MDX mention to README * feat: update version to v0.7.0
14 lines
228 B
TOML
14 lines
228 B
TOML
[package]
|
|
name = "tuono"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "tuono"
|
|
path = ".tuono/main.rs"
|
|
|
|
[dependencies]
|
|
tuono_lib = { path = "../../crates/tuono_lib/"}
|
|
serde = { version = "1.0.202", features = ["derive"] }
|
|
|