From a3cf49ad33fd4a967035c48ff1d04033364707fa Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 16 Jan 2019 03:49:40 -0800 Subject: base definition of an arch to yaxpeax --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..768bcdc --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] + +name = "yaxpeax-arch" +version = "0.0.1" +authors = [ "iximeow " ] +license = "0BSD" +repository = "yaxpeax-arch" +description = "fundamental traits to describe an architecture in the yaxpeax project" + +[dependencies] +"num-traits" = "0.2" -- cgit v1.1