use more workspace dependency

This commit is contained in:
Zhang Jingqiang 2023-07-11 14:04:49 +08:00
parent bafe15bf00
commit 0c4adc2e53
3 changed files with 10 additions and 5 deletions

View file

@ -10,7 +10,7 @@ edition.workspace = true
anyhow.workspace = true
clap.workspace = true
clap_complete.workspace = true
mlua = { version = "0.8.9", optional = true }
mlua = { workspace = true, optional = true }
[features]
default = ["lua54"]