set up project structure

This commit is contained in:
Robert 2022-12-09 20:49:54 +01:00
parent 33a8fda1bb
commit 7a41ba87b6
71 changed files with 1293 additions and 91 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "b15f-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "b15f"
path = "src/lib.rs"
[dependencies]