From 6873d68129fd36f254f4d42a9a85481e26ceba68 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 16 Oct 2022 21:16:56 +0800 Subject: [PATCH] feat: update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bff585..12439de 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Project or files: │   ├── btc-address │   ├── crypto │   ├── curve25519 +│   ├── highwayhash │   ├── hmac_sha1 │   ├── jsonwebtoken │   ├── password-hash @@ -109,6 +110,7 @@ Project or files: │   ├── erasure-coding │   ├── fancy-regex │   ├── human_panic +│   ├── icalendar │   ├── lazy_static │   ├── libmacchina │   ├── num_cpus @@ -147,8 +149,11 @@ Project or files: │   ├── simsearch │   └── tantivy ├── __security +│   ├── keychain-services │   ├── seckey │   ├── secmem-proc +│   ├── secrets +│   ├── security-framework │   └── sensitive ├── __serialization │   ├── bytes @@ -166,6 +171,8 @@ Project or files: │   ├── ssh2 │   ├── sshrs │   └── xshell +├── __shuttle +│   └── hatter-test ├── __std │   ├── async_await │   ├── into @@ -242,6 +249,6 @@ Project or files: ├── vec.rs └── while.rs -211 directories, 37 files +218 directories, 38 files ```