mirror of
https://github.com/Dummi26/musicdb.git
synced 2026-03-15 13:26:30 +01:00
init
This commit is contained in:
14
musicdb-client/Cargo.toml
Executable file
14
musicdb-client/Cargo.toml
Executable file
@@ -0,0 +1,14 @@
|
||||
[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 }
|
||||
|
||||
[features]
|
||||
default = ["speedy2d"]
|
||||
Reference in New Issue
Block a user