From a60c29bf3bf9c29422a78cdfa09bcb9ba6107db0 Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 16 Jan 2019 03:48:46 -0800 Subject: initial commit --- Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..58e3a3c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,17 @@ +[package] + +name = "yaxpeax-msp430" +version = "0.0.1" +authors = [ "iximeow " ] +license = "0BSD" +repository = "msp430-rs" +description = """ +A rust msp430 decoder (specifically the microcorruption flavor) +""" + +[dependencies] +yaxpeax-arch = { path = "../../yaxpeax-arch" } + +[[test]] +name = "test" +path = "test/test.rs" -- cgit v1.1