Initial commit
This commit is contained in:
parent
fc16497ceb
commit
d39b360d76
10 changed files with 80 additions and 1186 deletions
20
Cargo.toml
20
Cargo.toml
|
@ -1,17 +1,13 @@
|
|||
[package]
|
||||
name = "rust-template"
|
||||
name = "elfloader"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "A template for rust projects"
|
||||
authors = ["DavidOnTop <me@davidon.top>"]
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/rust-template"
|
||||
license = "MIT"
|
||||
repository = "git@github.com:davidon-top/rust-template.git"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"testexec"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
goblin = "0.8.0"
|
||||
libc = "0.2.151"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue