Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit d6cc91e

Browse files
Remove outdated talk about the internal folder
1 parent 0a075af commit d6cc91e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ This is a reference implementation for the COMIT protocol.
1818

1919
This repository is a cargo workspace:
2020

21-
- Crates at the top level are where the main work happens. Consult the respective `Cargo.toml` for a description of what they do.
22-
- Crates inside the [internal](./internal) folder are considered to be private to this repository. They are used for sharing code between other crates in this repository.
23-
There is an [ongoing effort](https://github.com/comit-network/comit-rs/issues/626) to get rid of these crates because path dependencies block us from releasing any of the other crates to crates.io.
21+
- `cnd`: implementation of the comit-network daemon
2422
- `libp2p-comit`: implementation of the comit messaging protocol on top of libp2p
2523

26-
2724
## Setup build environment
2825

2926
All you need is ~love~ rust: `curl https://sh.rustup.rs -sSf | sh`

0 commit comments

Comments
 (0)