Public dry run dryrun-2a68aa98149e

Source commit: 2a68aa98149e9042b7975736e002699a0118ece6

Public tree identity: sha256:8aa9c852dc87a3e5469c13fda3134ad19dbc626c8712bb7e019e062616d4a52e
This commit is contained in:
Disasmer release dry run 2026-07-01 21:08:19 +02:00
commit 0779e3ecc8
111 changed files with 35316 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[package]
name = "disasmer-coordinator"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
disasmer-core = { path = "../disasmer-core" }
postgres.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true