mirror of
https://github.com/Dummi26/musicdb.git
synced 2025-03-10 14:13:53 +01:00
16 lines
361 B
TOML
Executable File
16 lines
361 B
TOML
Executable File
[package]
|
|
name = "musicdb-client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
musicdb-lib = { version = "0.1.0", path = "../musicdb-lib" }
|
|
regex = "1.9.3"
|
|
speedy2d = { version = "1.12.0", optional = true }
|
|
toml = "0.7.6"
|
|
|
|
[features]
|
|
default = ["speedy2d"]
|