Skip to content

Commit 2ba5872

Browse files
authored
Update README.md
1 parent 21df5c1 commit 2ba5872

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

rust-library/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ In order to **fully understand the purpose of this repo**, please refer to the f
1515

1616
## Sub-projects
1717

18-
The Crypto Library is composed by a [Rust Workspace](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html) containing a [set of crates](Cargo.toml) (listed below).
18+
The Crypto Library is composed by a [Rust Workspace](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html) containing a [set of crates](Cargo.toml).
19+
20+
<p align="center">
21+
<img src="https://github.com/android10/Rust-Cross-Platform-Development/assets/1360604/cf9a519a-03b1-4b1f-b71f-d36b47784d66" width="300" alt="rust-cross-platform-crypto-project-overview"/>
22+
</p>
1923

2024
### **cryptor**
2125

@@ -51,6 +55,10 @@ $ cargo test // run all the tests.
5155
### **cryptor_c**
5256

5357
- Still a **TODO**
58+
59+
### **cryptor_wasm**
60+
61+
- Still a **TODO**
5462

5563
## Rust Useful References
5664

0 commit comments

Comments
 (0)