-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
26 lines (24 loc) · 921 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
[package]
name = "noted"
version = "1.0.0"
authors = ["Nathaniel McCallum <nathaniel@profian.com>"]
license = "Apache-2.0"
edition = "2018"
rust-version = "1.56"
homepage = "https://github.com/enarx/noted"
repository = "https://github.com/enarx/noted"
description = "Library for creating ELF notes"
readme = "README.md"
keywords = ["elf", "note", "notes"]
categories = ["development-tools", "embedded", "encoding", "hardware-support", "no-std"]
exclude = [ ".gitignore", ".github/*" ]
[badges]
# See https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
github = { repository = "enarx/noted", workflow = "test" }
#github = { repository = "enarx/noted", workflow = "lint" }
maintenance = { status = "actively-developed" }
is-it-maintained-issue-resolution = { repository = "enarx/noted" }
is-it-maintained-open-issues = { repository = "enarx/noted" }
[dev-dependencies]
crt0stack = "0"
goblin = "0"