mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
6d8a04dfb2
* chore: move tutorial into web documentation * fix: update ci-documentation tuono version * fix: rollback documentation website version to v0.10.1 * temporaly remove 'dynamic' keyword * feat: update tuono documentation to v0.10.3 * chore: format --------- Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com>
16 lines
266 B
TOML
16 lines
266 B
TOML
[package]
|
|
name = "tuono"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "tuono"
|
|
path = ".tuono/main.rs"
|
|
|
|
[dependencies]
|
|
tuono_lib = "0.10.3"
|
|
glob = "0.3.1"
|
|
time = { version = "0.3", features = ["macros"] }
|
|
serde = { version = "1.0.202", features = ["derive"] }
|
|
|