-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
26 lines (24 loc) · 945 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 = "rcrt1"
version = "2.5.0"
authors = ["Harald Hoyer <harald@profian.com>"]
edition = "2021"
rust-version = "1.56"
license = "Apache-2.0"
homepage = "https://github.com/enarx/rcrt1"
repository = "https://github.com/enarx/rcrt1"
description = "Relocate ELF dynamic symbols"
readme = "README.md"
keywords = ["relocate", "elf", "symbols"]
categories = ["os", "no-std"]
exclude = [ ".gitignore", ".github/*" ]
[badges]
# See https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
github = { repository = "enarx/rcrt1", workflow = "test" }
#github = { repository = "enarx/rcrt1", workflow = "lint" }
maintenance = { status = "actively-developed" }
is-it-maintained-issue-resolution = { repository = "enarx/rcrt1" }
is-it-maintained-open-issues = { repository = "enarx/rcrt1" }
[dependencies]
libc = { version = "0.2", features = [] }
goblin = { version = "0.6", default-features = false, features = [ "elf64" ] }