File: Cargo.toml.orig

package info (click to toggle)
rust-termini 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 172 kB
  • sloc: makefile: 8
file content (19 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "termini"
version = "1.0.0"
edition = "2021"
exclude = ["fuzz", "tests"]

authors = ["pascalkuthe <pascalkuthe@semimod.de>"]
license = "MIT"

description = "Minimal terminfo libary."
repository  = "https://github.com/pascalkuthe/termini"
keywords    = ["terminal", "terminfo", "termcap", "term"]
categories  = ["command-line-interface"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
home = "0.5.4"