update toml for publishing to crates.io

This commit is contained in:
zickles 2024-11-10 19:57:59 -05:00
parent 1dbcc049e0
commit 725a66675c

View file

@ -1,7 +1,13 @@
[package] [package]
name = "brainfuck-gen" name = "brainfuck-gen"
description = "converts js to brainfuck"
version = "0.1.0" version = "0.1.0"
edition = "2021" 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] [dependencies]
clap = { version = "4.5.20", features = ["derive"] } clap = { version = "4.5.20", features = ["derive"] }