18 lines
440 B
TOML
18 lines
440 B
TOML
|
[package]
|
||
|
name = "into-the-kosmos-generador"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
tokio = { version = "1", features = ["full"] }
|
||
|
axum = "0.6.2"
|
||
|
tracing = "0.1"
|
||
|
tracing-subscriber = "0.2.0"
|
||
|
serde = { version = "1.0", features = ["derive"] }
|
||
|
serde_json = { version = "1.0" }
|
||
|
serde_with = "2.0"
|
||
|
rand = "0.8.5"
|
||
|
minijinja = "0.30.0"
|