Skip to content

Commit

Permalink
test support for plantuml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Sep 2, 2024
1 parent eabcf9b commit 0fcb652
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ A --> C(Round Rect)
B --> D{Rhombus}
C --> D
```
testing if plantuml is supported on crates.io
```plantuml
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
@enduml
```

- it's fully async built upon [tokio](https://crates.io/crates/tokio) and [fuse3](https://crates.io/crates/fuse3)
- [ring](https://crates.io/crates/ring) for encryption and [argon2](https://crates.io/crates/argon2) for key derivation
function (creating key used to encrypt the master encryption key from password)
Expand Down

0 comments on commit 0fcb652

Please sign in to comment.