Locate data dir on Linux and Windows

This commit is contained in:
Joscha 2025-01-25 12:01:21 +01:00
parent a132a9bcdf
commit c80325ea40
8 changed files with 77 additions and 32 deletions

10
gdn/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "gdn"
version = { workspace = true }
edition = { workspace = true }
[dependencies]
directories.workspace = true
[lints]
workspace = true