Skip to content

Commit

Permalink
Move client module into trussed-core
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Oct 31, 2024
1 parent 82d354e commit 0975eb4
Show file tree
Hide file tree
Showing 8 changed files with 1,292 additions and 1,262 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ trng = ["sha-1"]

# syscalls
default-syscalls = ["counter-client", "crypto-client-attest"]
counter-client = []
crypto-client-attest = []
counter-client = ["trussed-core/counter-client"]
crypto-client-attest = ["trussed-core/crypto-client-attest"]

clients-1 = []
clients-2 = []
Expand Down
2 changes: 2 additions & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ serde.workspace = true
serde-indexed = "0.1"

[features]
crypto-client-attest = []
counter-client = []
Loading

0 comments on commit 0975eb4

Please sign in to comment.