mirror of
https://github.com/Xyverle/neutuino.git
synced 2026-06-26 20:53:14 -04:00
10 lines
305 B
TOML
10 lines
305 B
TOML
[package]
|
|
name = "neutuino"
|
|
version = "0.4.0"
|
|
edition = "2024"
|
|
repository = "https://github.com/Xyverle/neutuino"
|
|
description = "A minimal zero-dependancy pure-rust cross-platform TUI library"
|
|
license = "MIT"
|
|
keywords = ["tui", "cli", "input", "terminal", "color"]
|
|
categories = ["command-line-interface"]
|