mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
15 lines
436 B
TOML
15 lines
436 B
TOML
[package]
|
|
name = "libnotcurses-sys"
|
|
authors = ["nick black <dankamongmen@gmail.com>"]
|
|
license = "Apache-2.0"
|
|
description = "Low-level rust bindings for the notcurses C library."
|
|
repository = "https://github.com/dankamongmen/notcurses"
|
|
homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
|
|
version = "1.1.2"
|
|
links = "notcurses"
|
|
build = "build.rs"
|
|
edition = "2018"
|
|
[build-dependencies]
|
|
bindgen = "0.52.0"
|
|
pkg-config = "0.3.17"
|