1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-30 01:28:11 +01:00

add serde derive feature to Cargo.toml so nu-protocol compiles stand alone

This commit is contained in:
Michael Angerman 2021-10-02 10:02:11 -07:00
parent 9a64f1bff3
commit be68b84473

View File

@ -8,4 +8,4 @@ edition = "2018"
[dependencies]
thiserror = "1.0.29"
miette = "3.0.0"
serde = "1.0.130"
serde = {version = "1.0.130", features = ["derive"]}