add machine stub and data structures, still got lifetime errors

This commit is contained in:
2021-09-20 00:38:44 +02:00
parent ab174af8af
commit adf039057d
4 changed files with 63 additions and 1 deletions

View File

@@ -1,8 +1,12 @@
[package]
name = "rbfckr"
version = "0.1.0"
authors = ["id101010 <id101010@0x29a.ch>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
doc = false
name = "rbfckr"
path = "src/main.rs"
[dependencies]