Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ohchase committed May 5, 2023
1 parent b2e0b32 commit 0f6daec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "plt-rs"
version = "0.0.0"
version = "0.1.0"
edition = "2021"
authors = ["ohchase"]
license = "MIT"
description = "Library for iterating and hooking linux and android applications PLT (Procedure Linkage Table) at runtime"
documentation = "https://docs.rs/plt-rs"
readme = "README.md"
Expand All @@ -11,6 +12,8 @@ homepage = "https://github.com/ohchase/plt-rs/"
keywords = ["hacking", "linux", "android", "reversing", "plt", "elf", "bionic", "linkmap"]
exclude = ["/examples", "/templates"]

[lib]
crate-type = ["lib"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 0f6daec

Please sign in to comment.