mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
14 lines
432 B
TOML
14 lines
432 B
TOML
[package]
|
|
name = "notcurses"
|
|
version = "1.1.0"
|
|
authors = ["nick black <dankamongmen@gmail.com>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
description = "Rust bindings for the notcurses C library."
|
|
repository = "https://github.com/dankamongmen/notcurses"
|
|
homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|