diff options
author | Aria Shrimpton <me@aria.rip> | 2024-01-19 23:42:38 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-01-19 23:42:38 +0000 |
commit | 8ab9e6779d714aa3f9bfc769a36a9eae7d61c0f9 (patch) | |
tree | 550407157e63e1b5a1e8e582a7a9ddf4b723284b /src/tests/Cargo.toml | |
parent | 0490d79107fd2b732054c2c59d534a8cf5026011 (diff) |
feat(cli): compare real results against chosen assignment
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r-- | src/tests/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml index d4d9ab2..b40694f 100644 --- a/src/tests/Cargo.toml +++ b/src/tests/Cargo.toml @@ -2,4 +2,7 @@ resolver = "2" members = [ "example_stack", -]
\ No newline at end of file +] + +[workspace.dependencies] +criterion = "0.3" |