chore: add initial rust code

This commit is contained in:
alivecow 2024-10-17 22:58:18 +02:00
parent 2f7527e803
commit 7909facd47
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

6
Cargo.toml Normal file
View file

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