-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.toml
29 lines (23 loc) · 979 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "iocuddle"
version = "0.1.1"
authors = ["Nathaniel McCallum <npmccallum@redhat.com>"]
license = "Apache-2.0"
edition = "2018"
rust-version = "1.56"
homepage = "https://github.com/enarx/iocuddle"
repository = "https://github.com/enarx/iocuddle"
description="Library for building runtime-safe linux `ioctl()` interfaces"
readme = "README.md"
keywords = ["linux", "ioctl"]
categories = ["os", "api-bindings"]
exclude = [ ".gitignore", ".github/*" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[badges]
# See https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
github = { repository = "enarx/iocuddle", workflow = "test" }
#github = { repository = "enarx/iocuddle", workflow = "lint" }
maintenance = { status = "actively-developed" }
is-it-maintained-issue-resolution = { repository = "enarx/iocuddle" }
is-it-maintained-open-issues = { repository = "enarx/iocuddle" }
[dependencies]