mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +02:00
update config (#93)
This commit is contained in:
parent
4182879717
commit
cc35eb0cd7
13 changed files with 575 additions and 329 deletions
10
arch/Cargo.lock
generated
10
arch/Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue