brainfuck-gen/Cargo.toml

14 lines
388 B
TOML

[package]
name = "brainfuck-gen"
description = "converts js to brainfuck"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
homepage = "https://git.stay-mad.lol/"
repository = "https://git.stay-mad.lol/zickles/brainfuck-gen"
readme = "README.md"
keywords = ["brainfuck", "webfuck"]
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
percent-encoding = "2.3.1"