update config (#93)

This commit is contained in:
Adil Hafeez 2024-09-30 17:49:05 -07:00 committed by GitHub
parent 4182879717
commit cc35eb0cd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 575 additions and 329 deletions

10
arch/Cargo.lock generated
View file

@ -441,6 +441,15 @@ dependencies = [
"winapi",
]
[[package]]
name = "duration-string"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fcc1d9ae294a15ed05aeae8e11ee5f2b3fe971c077d45a42fb20825fba6ee13"
dependencies = [
"serde",
]
[[package]]
name = "either"
version = "1.13.0"
@ -1075,6 +1084,7 @@ dependencies = [
name = "public_types"
version = "0.1.0"
dependencies = [
"duration-string",
"serde",
"serde_yaml",
]