lastfm-vore/example/Cargo.toml

12 lines
No EOL
232 B
TOML

[package]
name = "example"
version = "0.1.0"
edition = "2024"
[dependencies]
lastfm-vore = { path = "../" }
tokio = { version = "1.45.0", features = ["full"] }
axum = "0.8.4"
serde = { version = "1.0.219", features = ["derive"] }