sage/Cargo.lock

17 lines
376 B
Plaintext
Raw Normal View History

2024-05-05 22:46:14 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "owo-colors"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f"
2024-05-05 22:46:14 +01:00
[[package]]
name = "sage"
version = "0.1.0"
dependencies = [
"owo-colors",
2024-05-05 22:46:14 +01:00
]