about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-09-10 02:44:01 -0500
committergennyble <gen@nyble.dev>2023-09-10 02:44:01 -0500
commita962ba9c853a797e9a41b2830ec0181b167d8cd9 (patch)
tree7de53dfcaf87c5d4b43f2e8b38161eb193c136ad /Cargo.toml
parent70187683361d97a8b5a251567323c323c90302f2 (diff)
downloadlri-rs-a962ba9c853a797e9a41b2830ec0181b167d8cd9.tar.gz
lri-rs-a962ba9c853a797e9a41b2830ec0181b167d8cd9.zip
reorg
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml19
1 files changed, 3 insertions, 16 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1650d6e..a33de68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,16 +1,3 @@
-[package]
-name = "l16-lri"
-version = "0.1.0"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-png = "0.17.8"
-lri-rs = { path = "lri-rs" }
-unpacker = { path = "unpacker" }
-rawproc = { git = "https://github.com/eclecticnybles/gaze" }
-rawloader = "0.37.1"
-nalgebra = "0.31.4"
-protobuf-json-mapping = "3.2.0"
-protobuf = "3.2.0"
+[workspace]
+members = ["lri-proto", "lri-rs", "prism"]
+resolver = "2"