add try_load and try_print stubs + cmds

This commit is contained in:
sigil-03 2024-03-18 20:08:44 -06:00
parent 64e9a2eced
commit c55715fd3a
2 changed files with 25 additions and 0 deletions

View file

@ -12,3 +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"] }