diff options
author | gennyble <gen@nyble.dev> | 2023-09-10 02:44:01 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-09-10 02:44:01 -0500 |
commit | a962ba9c853a797e9a41b2830ec0181b167d8cd9 (patch) | |
tree | 7de53dfcaf87c5d4b43f2e8b38161eb193c136ad /prism/Cargo.toml | |
parent | 70187683361d97a8b5a251567323c323c90302f2 (diff) | |
download | lri-rs-a962ba9c853a797e9a41b2830ec0181b167d8cd9.tar.gz lri-rs-a962ba9c853a797e9a41b2830ec0181b167d8cd9.zip |
reorg
Diffstat (limited to 'prism/Cargo.toml')
-rw-r--r-- | prism/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/prism/Cargo.toml b/prism/Cargo.toml new file mode 100644 index 0000000..7301109 --- /dev/null +++ b/prism/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "prism" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +lri-rs = { path = "../lri-rs" } +png = "0.17.10" |