mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
17 lines
373 B
TOML
17 lines
373 B
TOML
|
|
# This file is automatically @generated by Cargo.
|
||
|
|
# It is not intended for manual editing.
|
||
|
|
version = 4
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "log"
|
||
|
|
version = "0.4.28"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unshell-logger"
|
||
|
|
version = "0.1.0"
|
||
|
|
dependencies = [
|
||
|
|
"log",
|
||
|
|
]
|