-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "chatdbg" | ||
version = "0.0.0" # Sync with pyproject.toml on release. | ||
version = "##VERSION##" # Sync with pyproject.toml on release. | ||
edition = "2021" | ||
description = "Rust-specific support for ChatDBG." | ||
authors = ["Emery Berger <[email protected]>"] | ||
|
@@ -10,5 +10,5 @@ homepage = "https://github.com/plasma-umass/ChatDBG/" | |
repository = "https://github.com/plasma-umass/ChatDBG/" | ||
|
||
[dependencies] | ||
chatdbg_macros = { path = "../chatdbg_macros" } | ||
chatdbg_macros = "##VERSION##" # Sync with pyproject.toml on release. | ||
lazy_static = "1.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "chatdbg_macros" | ||
version = "0.0.0" # Sync with pyproject.toml on release. | ||
version = "##VERSION##" # Sync with pyproject.toml on release. | ||
edition = "2021" | ||
description = "Rust-specific (macro) support for ChatDBG." | ||
authors = ["Noah Lev Bartell-Mangel <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters