Files
tuono/examples/tuono-tutorial/Cargo.toml
T

15 lines
257 B
TOML
Raw Normal View History

2024-06-06 19:41:21 +02:00
[package]
name = "tuono-tutorial"
2024-06-06 19:41:21 +02:00
version = "0.0.1"
2025-03-29 11:08:16 +01:00
edition = "2024"
2024-06-06 19:41:21 +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-02 21:59:30 +02:00
serde = { version = "1.0.202", features = ["derive"] }
2024-11-17 16:28:56 +01:00
reqwest = "0.12.9"
2024-06-06 19:41:21 +02:00