chore: cleanup cargo

This commit is contained in:
Jesús Pérez 2023-07-19 11:04:19 +01:00
parent 0231efcd7a
commit 4286a56baa

View File

@ -24,7 +24,7 @@ tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
casbin = { version = "2.0.9", features = ["cached","explain","logging"], optional = true}
pasetoken-lib= {path = "./libs/pasetoken", package = "pasetoken-lib" }
pasetoken-lib= {path = "../rust-libs/pasetoken", package = "pasetoken-lib" }
pasetors = { version = "0.6.7" }
serde = { version = "1.0.171", features = ["derive"] }