Skip to content

Commit 88fad98

Browse files
committed
Add starfix and arrow to dependencies
1 parent a9c080f commit 88fad98

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ test = []
3131
crate-type = ["rlib", "cdylib"]
3232

3333
[dependencies]
34+
arrow = "57.0.0"
3435
# make async fn in traits work with dyn traits
3536
async-trait = "0.1.88"
3637
# docker API in orchestrator
@@ -78,6 +79,7 @@ serde_yaml = "0.9.34"
7879
sha2 = "0.10.8"
7980
# library error handling API
8081
snafu = { version = "0.8.5", features = ["futures"] }
82+
starfix = "0.0.0"
8183
# a runtime for async applications
8284
tokio = { version = "1.41.0", features = ["full"] }
8385
# utilities for async calls

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"colinianking",
8484
"itertools",
8585
"pathset",
86+
"starfix"
8687
],
8788
"useGitignore": false,
8889
"ignorePaths": [

0 commit comments

Comments
 (0)