diff options
| author | Botahamec <botahamec@outlook.com> | 2021-12-21 20:16:51 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2021-12-21 20:16:51 -0500 |
| commit | 1516b24c0ec4c12c06d49f12a097ce370a3040f6 (patch) | |
| tree | bd25466950fb0bb7b323180aa1f1cdf88c26e4d6 /Cargo.toml | |
| parent | 67c53e3fdc453ab06a55f531ccfc1dc34ebfbe88 (diff) | |
Added serde and derive_more
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,3 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +derive_more = "0.99" +serde = { version = "1.0", optional = true, features = ["derive"] }
\ No newline at end of file |
