26 lines
352 B
TOML
26 lines
352 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "shelves"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"uhttp",
|
|
"uhttp-ext",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uhttp"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"uhttp-ext",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uhttp-ext"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"uhttp",
|
|
]
|