Initial commit

This commit is contained in:
René Fuhry
2023-05-30 19:13:41 +02:00
committed by GitHub
parent 8dda0fc339
commit 95d6a18c16
5 changed files with 267 additions and 0 deletions

9
Cargo.toml Normal file
View File

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