mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-19 01:14:43 -05:00
chore: update dependencies (#979)
* chore: update dependencies * chore: update flatpak sources --------- Co-authored-by: Ilya Zlobintsev <ilya.zl@protonmail.com>
This commit is contained in:
co-authored by
Ilya Zlobintsev
parent
5959e5e89d
commit
56e4d9d3bd
+2
-2
@@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "lact-cli"
|
||||
version = "0.9.0"
|
||||
edition = "2024"
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
lact-client = { path = "../lact-client" }
|
||||
lact-schema = { path = "../lact-schema", features = ["args"] }
|
||||
anyhow = "1.0.79"
|
||||
anyhow = { workspace = true }
|
||||
tokio = { workspace = true, features = ["rt"] }
|
||||
|
||||
Reference in New Issue
Block a user