diff options
| author | Árni Dagur <agudmundsson@fc-md.umd.edu> | 2020-03-29 23:23:03 -0400 |
|---|---|---|
| committer | Árni Dagur <agudmundsson@fc-md.umd.edu> | 2020-03-29 23:23:03 -0400 |
| commit | d075eb00fff60603556a29714c348821a0bdda9a (patch) | |
| tree | 180ee9868613cc2d3dbea05e51ea8a1e3950499b /Cargo.toml | |
| parent | 129bfc10146973ce8a33fcd383c56c4f8071a492 (diff) | |
Add serialization and deserialization methods
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -7,8 +7,9 @@ edition = "2018" | |||
| 7 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | 7 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 8 | 8 | ||
| 9 | [dependencies] | 9 | [dependencies] |
| 10 | adblock = "0.2.6" | ||
| 10 | pyo3 = "0.9" | 11 | pyo3 = "0.9" |
| 11 | adblock = "0.2" | 12 | failure = "0.1" |
| 12 | 13 | ||
| 13 | [lib] | 14 | [lib] |
| 14 | name="adblock" | 15 | name="adblock" |
