feat: v0.7.1, compiles without smart card(encrypt only)

This commit is contained in:
2023-10-29 17:01:38 +08:00
parent 25de8ea682
commit 3a3ebd64bf
6 changed files with 32 additions and 8 deletions

View File

@@ -19,6 +19,11 @@ Set default encryption algorithm:
export TINY_ENCRYPT_DEFAULT_ALGORITHM='AES' # or CHACHA20
```
Compile only encrypt:
```shell
cargo build --release --no-default-features
```
<br>
Encrypt config `~/.tinyencrypt/config-rs.json`: