Skip to content

Commit

Permalink
remove multiple workspaces and Cargo.locks
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Aug 1, 2022
1 parent c83e42c commit 6c17960
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 382 deletions.
35 changes: 35 additions & 0 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ members = [
"comms/dht",
"comms/rpc_macros",
"dan_layer/core",
"dan_layer/template_abi",
"dan_layer/storage_lmdb",
"dan_layer/storage_sqlite",
"dan_layer/template_abi",
"dan_layer/template_lib",
"dan_layer/template_macros",
"common_sqlite",
"infrastructure/libtor",
"infrastructure/metrics",
Expand Down
8 changes: 4 additions & 4 deletions dan_layer/storage_lmdb/Cargo.lock

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

1 change: 0 additions & 1 deletion dan_layer/storage_lmdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[workspace]
[package]
name = "tari_dan_storage_lmdb"
version = "0.1.0"
Expand Down
182 changes: 0 additions & 182 deletions dan_layer/template_lib/Cargo.lock

This file was deleted.

1 change: 0 additions & 1 deletion dan_layer/template_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[workspace]
[package]
name = "tari_template_lib"
version = "0.1.0"
Expand Down

0 comments on commit 6c17960

Please sign in to comment.