diff options
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 06c5143..e23d1a7 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -11,3 +11,7 @@ harness = false [dependencies] ar = "0.8.0" + +[dependencies.object] +version = "0.21.1" +features = ["write"] |