fish-oxide 0.2.0

A port of fishdraw to rust
Documentation
[[bin]]
name = "fish-oxide"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.23"

[dependencies.rand]
version = "0.8.4"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde_json]
version = "1.0.134"

[lib]
name = "fish_oxide"
path = "src/lib.rs"

[package]
authors = ["Ava Silver <ava@avasilver.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "graphics", "multimedia::images"]
description = "A port of fishdraw to rust"
edition = "2021"
license = "MIT"
name = "fish-oxide"
readme = "readme.md"
repository = "https://github.com/ava-silver/fish-oxide"
version = "0.2.0"