feat(old_app_api): make all borrowed fields owned
This commit is contained in:
parent
9c8987f5b1
commit
1f827114eb
5 changed files with 98 additions and 37 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue