initialization

This commit is contained in:
mb 2022-08-31 18:19:14 +03:00
commit 36a93ab177
13 changed files with 601 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "golrs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
termion = "1.5.6"