diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,3 +16,5 @@ keyring = { version = "3", features = ["apple-native", "windows-native", "sync-s uuid = { version = "1.13.1", features = ["v4"] } indexmap = "2.7.1" serde = { version = "1.0.218", features = ["derive"] } +thiserror = "2.0.11" +toml = "0.8" |