This commit is contained in:
Sebastian Hugentobler 2025-07-02 21:09:37 +02:00
parent 1c95f4391f
commit b4a0aadef9
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
73 changed files with 2993 additions and 1632 deletions

View file

@ -6,6 +6,7 @@ members = [
[workspace.dependencies]
serde = "1.0.219"
snafu = { version = "0.8.6", features = ["rust_1_81"] }
thiserror = "1.0.61"
time = { version = "0.3.41", features = ["macros", "serde", "formatting", "parsing" ] }