Skip to content

Commit

Permalink
add more information to cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr committed Dec 27, 2024
1 parent 966d6f2 commit fea5ebc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[package]
name = "doryani"
description = "A simple Path of Exile 2 filter list manager"
version = "0.1.0"
authors = ["Christopher Kaster <[email protected]>"]
license = "GPL-3.0-or-later"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pub fn load_config() -> Result<Config, String> {
// TODO: actually add support for custom configs
// TODO: get default path
// TODO: if exists, read
// TODO: merge with defaults (if same name exists, skip)

let config = Config { filter: defaults() };

Expand Down

0 comments on commit fea5ebc

Please sign in to comment.