ae9b9e1e07
Closes #3 Co-authored-by: Wojciech Kozlowski <wk@wojciechkozlowski.eu> Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/6
15 lines
335 B
TOML
15 lines
335 B
TOML
[package]
|
|
name = "musichoard"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
uuid = { version = "1.3", features = ["serde"] }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.5"
|