Skip to content

Commit

Permalink
Add "m" to the config
Browse files Browse the repository at this point in the history
  • Loading branch information
Polochon-street committed Sep 12, 2024
1 parent 1318a3f commit fface6f
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 72 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bench = []
library = [
"serde", "dep:rusqlite", "dep:dirs", "dep:tempdir",
"dep:anyhow", "dep:serde_ini", "dep:serde_json",
"dep:indicatif",
"dep:indicatif", "ndarray/serde"
]
serde = ["dep:serde", "extended-isolation-forest/serde"]

Expand Down
7 changes: 7 additions & 0 deletions data/old_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"config_path": "/tmp/bliss-rs/config.json",
"database_path": "/tmp/bliss-rs/songs.db",
"features_version": 1,
"number_cores": 8,
"mpd_base_path": "/tmp/MPD/"
}
Loading

0 comments on commit fface6f

Please sign in to comment.