Skip to content

Commit

Permalink
update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Dec 5, 2024
1 parent a1ece08 commit cd2d680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ dunce = "1.0.5"
sysinfo = { version = "0.32", default-features = false, features = ["disk"] }
# persistent storage
serde = { version = "1", features = ["derive"], optional = true }
# used for meta-data storage
# meta-data storage
indexmap = { version = "2.6.0", features = ["serde"], optional = true }

# Used for info panel
# info panel meta-data display
image-meta = { version = "0.1.2", optional = true }
chrono = { version = "0.4.38", optional = true }

Expand Down

0 comments on commit cd2d680

Please sign in to comment.