mirror of
https://github.com/obhq/obliteration.git
synced 2025-04-02 11:02:08 -04:00
8 lines
189 B
TOML
8 lines
189 B
TOML
[package]
|
|
name = "krt"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anstyle = { version = "1.0.10", default-features = false }
|
|
config = { path = "../../config", features = ["virt"] }
|