Skip to content

Commit

Permalink
Depend on git instead of sub modules
Browse files Browse the repository at this point in the history
- decentnet_protocol
- zeronet_protocol
  • Loading branch information
canewsin committed Aug 11, 2022
1 parent cfb711a commit 1c9cc28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

2 changes: 2 additions & 0 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@ version = "1.17.0"
git = "https://github.com/decentnetwork/zeronet_cryptography.git"

[dependencies.zeronet_protocol]
path = "./zeronet_protocol"
git = "https://github.com/decentnetwork/zeronet_protocol.git"
branch = "decentnet"

[dependencies.zerucontent]
git = "https://github.com/decentnetwork/zerucontent.git"

[dependencies.decentnet_protocol]
path = "./decentnet_protocol"
git = "https://github.com/decentnetwork/decentnet_protocol.git"
features = ["full"]

[features]
Expand Down
1 change: 0 additions & 1 deletion decentnet_protocol
Submodule decentnet_protocol deleted from 0bde4c
1 change: 0 additions & 1 deletion zeronet_protocol
Submodule zeronet_protocol deleted from ea6774

0 comments on commit 1c9cc28

Please sign in to comment.