diff options
author | Oxore <oxore@protonmail.com> | 2020-03-04 02:06:37 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2020-03-04 02:19:23 +0300 |
commit | 52b665108f6f2203df251eec273184b142ee2e16 (patch) | |
tree | 58703ea1a50960a10001cd737f9bb6ec3706bdcd /Cargo.toml | |
parent | e3bf2663362b7362569679bbbd15287e73a8ad2a (diff) |
Add Memory trait for Rom, refactor instantiating
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ edition = "2018" [dependencies] clap = "2.33.0" +num-traits = "0.2" |