feat: support for drawing
This commit is contained in:
parent
5be082a6a0
commit
7663237f57
6 changed files with 378 additions and 3 deletions
|
|
@ -15,6 +15,7 @@ toml = "0.8"
|
|||
dotenvy = "0.15"
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
chrono = "0.4"
|
||||
base64 = "0.22"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
|
||||
|
|
@ -22,3 +23,4 @@ tracing-subscriber = "0.3"
|
|||
tower = { version = "0.5", features = ["util"] }
|
||||
http-body-util = "0.1"
|
||||
tempfile = "3"
|
||||
urlencoding = "2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue