rust-httpserver-workshop/Cargo.lock
2026-02-06 15:52:31 +01:00

16 lines
367 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "log"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "workshop"
version = "0.1.0"
dependencies = [
"log",
]