mirror of
https://github.com/LukasKalbertodt/programmieren-in-rust.git
synced 2024-11-18 02:48:58 +01:00
8 lines
139 B
TOML
8 lines
139 B
TOML
|
[package]
|
||
|
name = "poki"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
|
||
|
|
||
|
[dependencies]
|
||
|
term-painter = "0.2"
|