~starkingdoms/starkingdoms

ref: 339f063faf61671754325b60bcad3ab02492e742 starkingdoms/kabel/Cargo.toml -rw-r--r-- 174 bytes
339f063f — ghostly_zsh print, add, sub run with manually typed bytecode 1 year, 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "kabel"
version = "0.1.0"
edition = "2021"

[dependencies]

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