8 lines
174 B
TOML
8 lines
174 B
TOML
[package]
|
|
name = "ltsh"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
laddertypes = { git = "https://github.com/michaelsippel/lib-laddertypes.git" }
|
|
tiny-ansi = "0.1.0"
|