feat(old_app_api): make all borrowed fields owned

This commit is contained in:
Даниил 2025-02-24 20:04:50 +04:00
parent 9c8987f5b1
commit 1f827114eb
Signed by: nm17
GPG key ID: 3303B70C59145CD4
5 changed files with 98 additions and 37 deletions

View file

@ -32,3 +32,7 @@ ufmt = { version = "0.2.0", features = ["std"] }
futures-util = { version = "0.3.30", features = ["tokio-io"] }
snafu = "0.8.5"
clap-verbosity-flag = "3.0.2"
ppp = "2.3.0"
log = "0.4.26"
uuid = { version = "1.14.0", features = ["serde", "v4"] }
rust_decimal_macros = "1.36.0"