Update Cargo.toml

This commit is contained in:
Guilherme Werner
2023-12-31 15:31:11 -03:00
parent f702516ad1
commit 8947084800
2 changed files with 6 additions and 6 deletions

View File

@ -15,8 +15,8 @@ crate-type = ["rlib"]
path = "lib.rs"
[dependencies]
tribufu-constants = { path = "../constants" }
tribufu-types = { path = "../types" }
tribufu-constants = { version = "0.1.0", path = "../constants" }
tribufu-types = { version = "0.1.0", path = "../types" }
base64 = "0.21.5"
mintaka-error = { version = "0.0.1" }
alnilam-consts = { version = "0.0.4" }