Skip to content

Commit

Permalink
Add CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sellig6792 committed Dec 27, 2022
1 parent ba2a7af commit 722f3a4
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 22 deletions.
315 changes: 315 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name = "fuckbrainfuck"
version = "0.1.0"
edition = "2021"
authors = ["Sellig6792 <[email protected]>"]
description = "The improved Brainfuck"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bin]]
name = "fbf"
path = "src/main.rs"

[dependencies]
clap = { version = "4.0.30", features = ["derive"] }
anyhow = "1.0.51"
rand = "0.8.5"
num = "0.4.0"
Loading

0 comments on commit 722f3a4

Please sign in to comment.