Skip to content

Commit

Permalink
Format Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tzskp1 committed Jul 22, 2024
1 parent 31d447c commit 4e0a20a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ version = "0.2.0"
[dependencies]
async-trait = "0.1.81"
chrono = { version = "0.4", features = ["serde"] }
data-encoding = "2.6.0"
cuid = "1.3.2"
data-encoding = "2.6.0"
didcomm-rs = { git = "https://github.com/nodecross/didcomm-rs.git", tag = "v0.8.1", default-features = false, features = ["raw-crypto"] }
hex = "0.4.3"
http = "1.1.0"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
serde_jcs = "0.1.0"
thiserror = "1.0.63"
sha2 = "0.10.8"
rand_core = "0.6.4"
zeroize = "1.8.1"
k256 = { version = "0.13.3", features = [
"ecdh",
"ecdsa",
"serde",
"sha256",
] }
rand_core = "0.6.4"
serde = { version = "1.0.204", features = ["derive"] }
serde_jcs = "0.1.0"
serde_json = "1.0.120"
sha2 = "0.10.8"
thiserror = "1.0.63"
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
didcomm-rs = { git = "https://github.com/nodecross/didcomm-rs.git", tag = "v0.8.1", default-features = false, features = ["raw-crypto"] }
zeroize = "1.8.1"

[dev-dependencies]
actix-rt = "2.10.0"
Expand Down

0 comments on commit 4e0a20a

Please sign in to comment.