diff options
| author | Botahamec <botahamec@outlook.com> | 2021-12-27 17:07:31 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2021-12-27 17:07:31 -0500 |
| commit | 561ec37ecfdb0cca9f3f0bfcab93e923bb9727be (patch) | |
| tree | 7759ab651203dc533a5f1668f48b836bacbbea00 /Cargo.toml | |
| parent | ae55992cae51223690e5cead065425748529b753 (diff) | |
Removed serde
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,5 +8,4 @@ license = "Unlicense" [dependencies] derive_more = "0.99" -thiserror = "1" -serde = { version = "1.0", optional = true, features = ["derive"] }
\ No newline at end of file +thiserror = "1"
\ No newline at end of file |
