fix: remove formatting of cargo file

Signed-off-by: Fabrizio Lazzaretti <fabrizio@lazzaretti.me>
This commit is contained in:
Fabrizio Lazzaretti 2024-04-30 19:58:59 +02:00
parent b3f04bfe64
commit 811b44e3aa
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ http-body = { version = "^0.4", optional = true }
poem-lib = { version = "=1.2.34", optional = true, package = "poem" }
nats-lib = { version = "0.21.0", optional = true, package = "nats" }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies]
hostname = "^0.3"
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]