modified: Cargo.toml modified: outdb modified: src/main.rs modified: src/objects.rs modified: src/xobjects.rs new file: two_tracks
13 lines
245 B
TOML
13 lines
245 B
TOML
[package]
|
|
name = "itunesdb"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["alterwain"]
|
|
|
|
[dependencies]
|
|
env_logger = "0.9"
|
|
log = "0.4.20"
|
|
bincode = "1.3.3"
|
|
serde = { version = "1.0.217", features = ["derive"] }
|
|
serde_json = "1.0.138"
|
|
rand = "0.8" |