diff options
author | Determinant <[email protected]> | 2020-06-11 12:49:23 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-11 12:49:23 -0400 |
commit | 3550279bea05360d7d84b7cd70939106096af43b (patch) | |
tree | 6705454d2500859dec1338954ac4998bf5204ec1 /Cargo.toml | |
parent | 9519f03cb2e9dc2642e95944b452c02f87fb3111 (diff) |
clean up test code
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ libc = "0.2.44" nix = "0.17.0" rand = "0.7.3" indexmap = "1.4.0" +futures = "0.3" [lib] name = "growthring" |