Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: gen-cli generates device-bundle on-demand with tests and refactoring #132

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
135 changes: 135 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ serde = { version = "1.0.123", features = ["derive"] }
base64 = "0.13.0"
failure = "0.1.5"
log = "0.4.22"
thiserror = "1.0"
9 changes: 8 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ rand = "0.6.5"
serde = { workspace = true }
url = "2.1.0"
base36 = "=0.0.1"
thiserror = { workspace = true }
log = { workspace = true }

tokio = { version = "1.12.0", features = [ "full" ] }
hc_seed_bundle = "0.2.3"
sodoken = "=0.0.11"
strum = { version = "0.26.3", features = ["derive", "strum_macros"] }

[dependencies.argon2min]
git = "https://github.com/Holo-Host/argon2min"
Expand All @@ -33,4 +40,4 @@ wasm-bindgen = ["rand/wasm-bindgen"]
tokio = { version = "1.12.0", features = [ "full" ] }
hc_seed_bundle = "0.2.3"
sodoken = "=0.0.11"
serde_json = "1.0.117"
serde_json = "1.0.117"
Loading
Loading