musichoard/Cargo.toml
wojtek ae9b9e1e07 3---database-trait-and-json-implementation (#6)
Closes #3

Co-authored-by: Wojciech Kozlowski <wk@wojciechkozlowski.eu>
Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/6
2023-03-29 08:37:01 +02:00

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"