Less verbose serde_json import in cargo

This commit is contained in:
Gavrilikhin Daniil 2023-05-13 10:49:14 +08:00
parent 904450ec61
commit 5a4dd155a6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ syn = { version = "2.0", features = ["full"] }
regex = "1.5"
lazy_static = "1.4"
serde_json = { version = "1.0.64" }
serde_json = "1.0.64"
[features]
default = []