init in gitea

This commit is contained in:
2024-08-01 11:25:35 +08:00
commit 94006c220f
5 changed files with 366 additions and 0 deletions

10
Cargo.toml Normal file
View File

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