This commit is contained in:
JOLIMAITRE Matthieu 2024-07-20 22:07:56 +02:00
commit 4d0bf84355
6 changed files with 311 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "matrixed"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"
termion = "4.0.2"