mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-06 14:57:27 +00:00
Update Cargo.toml
This commit is contained in:
parent
f702516ad1
commit
8947084800
2 changed files with 6 additions and 6 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue