feat: begin work on #7 and #10

This commit is contained in:
Даниил 2024-05-31 16:50:58 +04:00
parent dc81c21ea9
commit 956905e6e8
Signed by: nm17
GPG key ID: 3303B70C59145CD4
9 changed files with 845 additions and 677 deletions

View file

@ -31,3 +31,4 @@ smallstr = { version = "0.3.0", features = ["std", "union"] }
thiserror = "1.0.40"
tokio = { version = "1.28.2", features = ["full"] }
ufmt = { version = "0.2.0", features = ["std"] }
futures-util = { version = "0.3.30", features = ["tokio-io"] }