Skip to content

Commit

Permalink
remove tests for supporting mermaid and plantuml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Sep 2, 2024
1 parent 0fcb652 commit 13dbf0b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,6 @@ In progress:

# Stack

testing if mermaid is supported on crates.io
```mermaid
graph LR
A[Square Rect] -- Link text --> B((Circle))
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 13dbf0b

Please sign in to comment.