Skip to content

Commit 980cfd7

Browse files
committed
Add 'typetag' crate
1 parent b679c45 commit 980cfd7

File tree

3 files changed

+69
-1
lines changed

3 files changed

+69
-1
lines changed

Cargo.lock

Lines changed: 67 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ tar = "0.4.38"
3232
thiserror = "1.0.31"
3333
tokio = { version = "1.17.0", features = ["full"] }
3434
tokio-util = { version = "0.7.1", features = ["codec"] }
35+
typetag = "0.2.8"
3536
uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
3637
warp = "0.3"
3738

mithril-common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ strum = "0.24.1"
4949
strum_macros = "0.24.1"
5050
thiserror = "1.0.31"
5151
tokio = { version = "1.17.0", features = ["full"] }
52+
typetag = "0.2.8"
5253
walkdir = "2"
5354
warp = "0.3"
5455

0 commit comments

Comments
 (0)