diff options
Diffstat (limited to 'lvc/Cargo.toml')
-rw-r--r-- | lvc/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lvc/Cargo.toml b/lvc/Cargo.toml index 15df5d7..71eb470 100644 --- a/lvc/Cargo.toml +++ b/lvc/Cargo.toml @@ -3,6 +3,6 @@ name = "lvc" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +rayon = "1.7.0" +bincode = "2.0.0-rc.2" |