feat: add ExecutionData AT (#14179)

This commit is contained in:
Arsenii Kulikov
2025-02-04 05:08:47 +04:00
committed by GitHub
parent 754cd58b34
commit e468d4d7c5
16 changed files with 127 additions and 72 deletions

View File

@ -31,6 +31,7 @@ tokio = { workspace = true, features = ["sync"] }
futures.workspace = true
# misc
auto_impl.workspace = true
serde.workspace = true
thiserror.workspace = true