full package and feature clone

This commit is contained in:
2025-03-20 11:06:22 +08:00
parent f46a06948c
commit 527354a3af
3 changed files with 97 additions and 37 deletions

View File

@@ -4,12 +4,12 @@ version = "0.1.2"
edition = "2024"
[dependencies]
# # local development
# re-tex = { path = "../re-tex" }
# ree-pak-core = { path = "../../ree-pak-rs/ree-pak-core" }
# local development
re-tex = { path = "../re-tex" }
ree-pak-core = { path = "../../ree-pak-rs/ree-pak-core" }
re-tex = { git = "https://github.com/eigeen/re-tex.git", branch = "main" }
ree-pak-core = { git = "https://github.com/eigeen/ree-pak-rs.git", branch = "main" }
# re-tex = { git = "https://github.com/eigeen/re-tex.git", branch = "main" }
# ree-pak-core = { git = "https://github.com/eigeen/ree-pak-rs.git", branch = "main" }
dialoguer = "0.11"
eyre = "0.6"