diff --git a/Cargo.toml b/Cargo.toml index f5d6453..c21096e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [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"] }