[package]
edition = "2024"
name = "rusty_art"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LOREM IPSUM DOLOR SIT AMET."
homepage = "https://github.com/axornam/art"
documentation = "https://github.com/axornam/art/tree/docs.md"
readme = false
license = "MIT"
repository = "https://github.com/axornam/art"
[lib]
name = "rusty_art"
path = "src/lib.rs"
[[bin]]
name = "rusty_art"
path = "src/main.rs"
[dependencies]