mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 07:04:21 +01:00
fix: Add back lazy_static (#3243)
This commit is contained in:
@@ -54,6 +54,7 @@ base64 = "0.21"
|
|||||||
url = "2.5"
|
url = "2.5"
|
||||||
axum = "0.8.1"
|
axum = "0.8.1"
|
||||||
webbrowser = "0.8"
|
webbrowser = "0.8"
|
||||||
|
lazy_static = "1.5.0"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.3"
|
tracing-subscriber = "0.3"
|
||||||
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service", "vendored"] }
|
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service", "vendored"] }
|
||||||
@@ -97,7 +98,6 @@ wiremock = "0.6.0"
|
|||||||
tokio = { version = "1.43", features = ["full"] }
|
tokio = { version = "1.43", features = ["full"] }
|
||||||
temp-env = "0.3.6"
|
temp-env = "0.3.6"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
lazy_static = "1.5.0"
|
|
||||||
ctor = "0.2.9"
|
ctor = "0.2.9"
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
|
|||||||
Reference in New Issue
Block a user