Skip to content

Commit

Permalink
Revert toml formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Dec 14, 2022
1 parent 955d36d commit 8e00f33
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 15 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[workspace]
members = ["http", "cli", "lib", "lib/cbindings", "lib/web", "macros"]
members = [
"http",
"cli",
"lib",
"lib/cbindings",
"lib/web",
"macros"
]

default-members = ["http", "cli", "lib", "lib/cbindings", "macros"]
default-members = [
"http",
"cli",
"lib",
"lib/cbindings",
"macros"
]
6 changes: 5 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ documentation = "https://docs.rs/didkit/"
keywords = ["ssi", "did"]
readme = "README.md"

include = ["/src", "/README.md", "/LICENSE"]
include = [
"/src",
"/README.md",
"/LICENSE"
]

[features]
default = ["w3c", "ed25519", "rsa", "ripemd-160", "eip", "tezos"]
Expand Down

0 comments on commit 8e00f33

Please sign in to comment.