diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 4f8203a..050859b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,5 @@ edition = "2021" [dependencies] png = "0.17.8" -lri-rs = { path = "../lri-rs" } \ No newline at end of file +lri-rs = { path = "../lri-rs" } +bitvec = "1.0.1" |