Skip to content

Commit

Permalink
remove root lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
tensor-programming committed Aug 11, 2020
1 parent a6a7a48 commit 7ed9d16
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by Cargo
# Will have compiled files and executables
/target/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Expand Down
25 changes: 0 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
[package]
name = "iota-identity"
version = "0.1.0"
authors = ["IOTA Identity"]
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
keywords = ["iota", "identity"]
description = "A rust implementation of identity for IOTA and other systems"


[lib]
name = "iota_identity"

[workspace]

members = [
"identity_account",
"identity_communication",
Expand All @@ -23,13 +8,3 @@ members = [
"identity_integration",
"identity_vc"
]

[dependencies]
# alias the other crates
account = {version = "0.1", package = "identity_account", path = "identity_account"}
communication = {version = "0.1", package = "identity_communication", path = "identity_communication"}
resolver = {version = "0.1", package = "identity_resolver", path = "identity_resolver"}
schema = {version = "0.1", package = "identity_schema", path = "identity_schema"}
doc_manager = {version = "0.1", package = "identity_doc_manager", path = "identity_doc_manager"}
vc = {version = "0.1", package = "identity_vc", path = "identity_vc"}
integration = {version = "0.1", package = "identity_integration", path = "identity_integration"}
Empty file removed src/lib.rs
Empty file.

0 comments on commit 7ed9d16

Please sign in to comment.