master
able 2024-02-10 16:24:37 -06:00
parent ef114de438
commit 1702ce23ed
1 changed files with 5 additions and 2 deletions

7
Cargo.lock generated
View File

@ -124,7 +124,7 @@ version = "0.1.0"
dependencies = [
"hashbrown 0.13.1",
"log",
"toml 0.5.9 (git+https://git.ablecorp.us/theoddgarlic/toml-rs)",
"toml 0.5.9 (git+https://git.ablecorp.us/asya/toml-rs)",
]
[[package]]
@ -558,7 +558,7 @@ dependencies = [
[[package]]
name = "toml"
version = "0.5.9"
source = "git+https://git.ablecorp.us/theoddgarlic/toml-rs#34db433429f3ad38921d13ac9aba74c8a706f376"
source = "git+https://git.ablecorp.us/asya/toml-rs#34db433429f3ad38921d13ac9aba74c8a706f376"
dependencies = [
"hashbrown 0.12.3",
"serde",
@ -647,6 +647,9 @@ dependencies = [
[[package]]
name = "vfs"
version = "0.1.0"
dependencies = [
"std",
]
[[package]]
name = "vgable"