Skip to content

Commit

Permalink
x86iced: add metadata
Browse files Browse the repository at this point in the history
- Enable Dependabot so we get automatic PRs for iced-x86 updates
- Add Cargo metadata (disable publish, MIT license, description)
  • Loading branch information
riptl committed May 8, 2024
1 parent 6dd7921 commit 1fff55e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/x86iced"
schedule:
interval: "weekly"
3 changes: 3 additions & 0 deletions x86iced/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "x86iced"
version = "0.1.0"
edition = "2021"
authors = ["Richard Patel <[email protected]>"]
publish = false
license = "MIT"
description = "radare2 plugin bundling the iced-x86 disassembler"

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 1fff55e

Please sign in to comment.