Initial commit

Signed-off-by: teo3300 <matteo.rogora@live.it>
This commit is contained in:
teo3300
2023-06-01 21:37:45 +02:00
commit 679eb3867c
3 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

8
Cargo.toml Normal file
View File

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

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# rust-mal
Trying and implementing [mal](github.com/kanaka/mal) project from [kanaka](github.com/kanaka) in Rust
## Why
Because I need to improve my knowledge of rust and I also don't know how to use lisp