gitbutler/crates/gitbutler-settings/Cargo.toml
Kiril Videlov b0803b0358 Implements gitbutler-settings crate with a AppSettings type
This is constructed via `tauri_plugin_store::Store` but it does not depend on it, this way, if we want in the future we can read the file directly.
2024-11-01 15:41:21 +01:00

9 lines
155 B
TOML

[package]
name = "gitbutler-settings"
version = "0.0.0"
edition = "2021"
authors = ["GitButler <gitbutler@gitbutler.com>"]
publish = false
[dependencies]