-
Notifications
You must be signed in to change notification settings - Fork 8
/
Cargo.toml
31 lines (27 loc) · 1003 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
30
31
[package]
name = "vdso"
version = "0.2.2"
authors = ["Nathaniel McCallum <[email protected]>"]
edition = "2021"
rust-version = "1.65"
license = "Apache-2.0"
homepage = "https://github.com/enarx/vdso"
repository = "https://github.com/enarx/vdso"
description = "Resolve Linux vDSO symbols"
readme = "README.md"
keywords = ["linux", "vdso"]
categories = ["development-tools", "os::linux-apis"]
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/vdso", workflow = "test" }
#github = { repository = "enarx/vdso", workflow = "lint" }
maintenance = { status = "actively-developed" }
is-it-maintained-issue-resolution = { repository = "enarx/vdso" }
is-it-maintained-open-issues = { repository = "enarx/vdso" }
[dev-dependencies]
libc = "0.2.67"
[dependencies]
crt0stack = "0.1"
goblin = "0.9.0"