~starkingdoms/starkingdoms

ref: 7010c6a97904fa90e723a5fc852f3415d9da8902 starkingdoms/crates/kabel/Cargo.toml -rw-r--r-- 218 bytes
7010c6a9 — ghostly_zsh 3 layer starfield with parallax 5 months 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 = []