mirror of
https://github.com/Nikilites/oboromi.git
synced 2025-06-22 22:49:01 -04:00
16 lines
375 B
TOML
16 lines
375 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "oboromi"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|