diff options
author | iximeow <me@iximeow.net> | 2019-01-16 03:49:40 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 16:26:37 -0800 |
commit | a3cf49ad33fd4a967035c48ff1d04033364707fa (patch) | |
tree | 2d32c7d854cfbf3430fea7e4ede47624fad4980e /Cargo.toml |
base definition of an arch to yaxpeax
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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 <me@iximeow.net>" ] +license = "0BSD" +repository = "yaxpeax-arch" +description = "fundamental traits to describe an architecture in the yaxpeax project" + +[dependencies] +"num-traits" = "0.2" |