doc: Add missing scope for matrix-sdk-crypto.

This commit is contained in:
Ivan Enderlin
2022-07-21 15:46:21 +02:00
parent 7001113877
commit 49bc950fdd

View File

@@ -54,6 +54,10 @@ section aims at listing all the scopes used inside this project:
<td><code>common</code></td>
<td>About the <code>matrix-sdk-common</code> crate.</td>
</tr>
<tr>
<td><code>crypto</code></td>
<td>About the <code>matrix-sdk-crypto</code> crate.</td>
</tr>
<tr>
<td><code>indexeddb</code></td>
<td>About the <code>matrix-sdk-indexeddb</code> crate.</td>