diff options
author | gennyble <gen@nyble.dev> | 2023-06-08 22:50:55 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-06-08 22:50:55 -0500 |
commit | 1e2224b6273e2b57ebf7dc90e2439c1d6075ef39 (patch) | |
tree | f0001e3e025f446548c6f2593a9712ef7270aa38 /Cargo.toml | |
parent | 6dce5cea307301ba96264fe1437c1f7fdd91d6a8 (diff) | |
download | lri-rs-1e2224b6273e2b57ebf7dc90e2439c1d6075ef39.tar.gz lri-rs-1e2224b6273e2b57ebf7dc90e2439c1d6075ef39.zip |
notes
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" |