~starkingdoms/starkingdoms

ref: 451ad04d5cce8a2f614579cd2eda3a4c2ba97b72 starkingdoms/crates/kabel/Cargo.toml -rw-r--r-- 218 bytes
451ad04d — core fix(starfield): give the sun it's soul back 21 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "kabel"
version = "0.1.0"
edition = "2021"

[dependencies]
criterion = "0.5.1"
test_each_file = "0.3.3"

[features]
timer = []
debug = ["debug_lexer", "debug_parser"]
debug_lexer = []
debug_parser = []