Skip to content

Commit

Permalink
Start companion CLI and build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Mar 17, 2024
1 parent 007f8f6 commit a49afc8
Show file tree
Hide file tree
Showing 10 changed files with 8,035 additions and 154 deletions.
215 changes: 106 additions & 109 deletions Cargo.lock

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ opt-level = "z"
opt-level = "z"

[workspace]
members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*"]
members = [
"dnas/*/zomes/coordinator/*",
"dnas/*/zomes/integrity/*"
]

exclude = ["checked_cli"]



resolver = "2"

[workspace.dependencies]
Expand All @@ -16,11 +24,8 @@ chrono = { version = "0.4.34", default-features = false, features = ["clock", "s
hex = "0.4.3"
regex = "1.10.3"
nanoid = "0.4.0"
anyhow = "1.0.40"

minisign = { version = "0.7.6", path = "../rust-minisign" }
anyhow = "1.0.81"
minisign-verify = "0.2.1"
getrandom = { version = "0.2", default-features = false }

[workspace.dependencies.signing_keys]
path = "dnas/trusted/zomes/coordinator/signing_keys"
Expand Down
Loading

0 comments on commit a49afc8

Please sign in to comment.