add print-immediately flag to load command

This commit is contained in:
sigil-03 2024-04-30 09:00:53 -06:00
parent f70e145b8a
commit 604f2a641b
2 changed files with 7 additions and 2 deletions

View file

@ -12,4 +12,4 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
thiserror = "1.0.58"
toml = "0.8.11"
uuid = { version = "1.8.0", features = ["v8"] }
uuid = { version = "1.8.0", features = ["v4"] }