Initial commit

This commit is contained in:
DavidOnTop 2024-01-28 18:20:01 +01:00
parent fc16497ceb
commit d39b360d76
No known key found for this signature in database
GPG key ID: FAB914DDC2F180EB
10 changed files with 80 additions and 1186 deletions

View file

@ -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"