~starkingdoms/starkingdoms

ref: 785a5a087f78903b09c8e0cbcf1454bbe44c114f starkingdoms/crates/kabel/Cargo.toml -rw-r--r-- 212 bytes
785a5a08ghostly_zsh ship editor feat: shift clicking and regular clicking work how they probably should 6 hours ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "kabel"
version = "0.1.0"
edition = "2021"

[dependencies]
test_each_file = { workspace = true }

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