first commit

This commit is contained in:
Your Name 2025-05-15 01:47:25 +02:00
commit 75b31e233d
4 changed files with 545 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "quizlib"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = {features = ["derive"] , version ="*"}
rand = "*"
dirs = "*"
ron = "*"