feat(rust): initialised cargo

This commit is contained in:
Artur Manuel 2024-08-06 23:45:54 +01:00
commit 900a9b8e42
Failed to generate hash of commit
9 changed files with 121 additions and 0 deletions

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "ralsay-rs"
version = "0.1.0"
edition = "2021"
[dependencies]