not working in rust

This commit is contained in:
nora 2021-04-03 21:15:48 +02:00
commit 948739ba4e
5 changed files with 136 additions and 0 deletions

9
bfi-rust/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "bfinterpreter"
version = "0.1.0"
authors = ["Nilstrieb <nilstrieb@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]