diff options
author | 2025-03-01 09:11:52 +0000 | |
---|---|---|
committer | 2025-03-01 09:11:52 +0000 | |
commit | d0e122655926504cc2a29e7239cb88fddaed9c76 (patch) | |
tree | b35890405c1ebe70e45c5101f4400c528e0c38ef /Cargo.toml | |
parent | 18e907386d629966236d0b6a30501f492133d2f6 (diff) | |
download | macaw-d0e122655926504cc2a29e7239cb88fddaed9c76.tar.gz macaw-d0e122655926504cc2a29e7239cb88fddaed9c76.tar.bz2 macaw-d0e122655926504cc2a29e7239cb88fddaed9c76.zip |
feat: store user data in correct dir, or according to config
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,3 +18,4 @@ indexmap = "2.7.1" serde = { version = "1.0.218", features = ["derive"] } thiserror = "2.0.11" toml = "0.8" +dirs = "6.0.0" |