Export artifact bytes explicitly
This commit is contained in:
parent
2a86900e57
commit
22fa4fc675
9 changed files with 346 additions and 15 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -545,6 +545,7 @@ name = "disasmer-cli"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
"clap",
|
||||
"disasmer-core",
|
||||
"serde",
|
||||
|
|
@ -556,6 +557,7 @@ dependencies = [
|
|||
name = "disasmer-coordinator"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"disasmer-core",
|
||||
"postgres",
|
||||
"serde",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue