update toml for publishing to crates.io
This commit is contained in:
parent
1dbcc049e0
commit
725a66675c
1 changed files with 6 additions and 0 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue