basic saving functionality

This commit is contained in:
Ferdinand Schober
2025-03-23 16:35:11 +01:00
committed by Ferdinand Schober
parent 18bba183ee
commit a29489cd40
5 changed files with 36 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ shadow-rs = { version = "1.2.0", features = ["metadata"] }
hickory-resolver = "0.25.2"
toml = "0.8"
toml_edit = { version = "0.22", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
log = "0.4.20"
env_logger = "0.11.3"