We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c080f commit 88fad98Copy full SHA for 88fad98
Cargo.toml
@@ -31,6 +31,7 @@ test = []
31
crate-type = ["rlib", "cdylib"]
32
33
[dependencies]
34
+arrow = "57.0.0"
35
# make async fn in traits work with dyn traits
36
async-trait = "0.1.88"
37
# docker API in orchestrator
@@ -78,6 +79,7 @@ serde_yaml = "0.9.34"
78
79
sha2 = "0.10.8"
80
# library error handling API
81
snafu = { version = "0.8.5", features = ["futures"] }
82
+starfix = "0.0.0"
83
# a runtime for async applications
84
tokio = { version = "1.41.0", features = ["full"] }
85
# utilities for async calls
cspell.json
@@ -83,6 +83,7 @@
"colinianking",
"itertools",
"pathset",
86
+ "starfix"
87
],
88
"useGitignore": false,
89
"ignorePaths": [
0 commit comments