Files
tuono/examples/with-mdx/Cargo.toml
T

14 lines
232 B
TOML
Raw Normal View History

2024-05-26 19:05:19 +02:00
[package]
name = "with-mdx"
2024-05-26 19:05:19 +02:00
version = "0.0.1"
2025-03-29 11:08:16 +01:00
edition = "2024"
2024-05-26 19:05:19 +02:00
[[bin]]
name = "tuono"
path = ".tuono/main.rs"
[dependencies]
2025-02-06 20:55:30 +01:00
tuono_lib = { path = "../../crates/tuono_lib/" }
2024-07-09 19:00:48 +02:00
serde = { version = "1.0.202", features = ["derive"] }
2024-05-26 19:05:19 +02:00