Skip to content

Commit

Permalink
fmt more Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Nov 7, 2024
1 parent ec2de37 commit 9db29a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libcrux-curve25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ hacl = ["dep:libcrux-sha2", "dep:libcrux-hacl-rs", "dep:krml"]
[dependencies]
libcrux-hacl-rs = { path = "../libcrux-hacl-rs/", optional = true }
libcrux-sha2 = { path = "../libcrux-sha2", optional = true, features = [
"hacl",
"hacl",
] }
krml = { package = "libcrux-hacl-rs-krml", path = "../libcrux-hacl-rs-krml", optional = true }
2 changes: 1 addition & 1 deletion libcrux-ed25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ hacl = ["dep:libcrux-sha2", "dep:libcrux-hacl-rs", "dep:krml"]
[dependencies]
libcrux-hacl-rs = { path = "../libcrux-hacl-rs/", optional = true }
libcrux-sha2 = { path = "../libcrux-sha2", optional = true, features = [
"hacl",
"hacl",
] }
krml = { package = "libcrux-hacl-rs-krml", path = "../libcrux-hacl-rs-krml", optional = true }
2 changes: 1 addition & 1 deletion libcrux-hacl-rs-krml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]

[lib]
proc-macro=true
proc-macro = true
2 changes: 1 addition & 1 deletion libcrux-hkdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ hacl = ["dep:libcrux-hmac", "dep:libcrux-hacl-rs", "dep:krml"]
[dependencies]
libcrux-hacl-rs = { path = "../libcrux-hacl-rs/", optional = true }
libcrux-hmac = { path = "../libcrux-hmac", optional = true, features = [
"hacl",
"hacl",
] }
krml = { package = "libcrux-hacl-rs-krml", path = "../libcrux-hacl-rs-krml", optional = true }
2 changes: 1 addition & 1 deletion libcrux-hmac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ hacl = ["dep:libcrux-sha2", "dep:libcrux-hacl-rs", "dep:krml"]
[dependencies]
libcrux-hacl-rs = { path = "../libcrux-hacl-rs/", optional = true }
libcrux-sha2 = { path = "../libcrux-sha2", optional = true, features = [
"hacl",
"hacl",
] }
krml = { package = "libcrux-hacl-rs-krml", path = "../libcrux-hacl-rs-krml", optional = true }

0 comments on commit 9db29a8

Please sign in to comment.