diff options
author | iximeow <me@iximeow.net> | 2019-01-16 03:48:46 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 17:14:49 -0800 |
commit | ef683581fbf5e9aaa4b157acb72caf193cb64b08 (patch) | |
tree | 27f6451bfb8baf220d96ed756f16e5742b3a3de6 /Cargo.toml |
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e1ecdf4 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,17 @@ +[package] + +name = "yaxpeax-pic17" +version = "0.0.1" +authors = [ "iximeow <me@iximeow.net>" ] +license = "0BSD" +repository = "" +description = """ +A rust pic17 decoder +""" + +[dependencies] +yaxpeax-arch = { path = "../../yaxpeax-arch" } + +[[test]] +name = "test" +path = "test/test.rs" |