diff options
| author | Jake Sandler | 2020-09-25 10:55:49 -0400 |
|---|---|---|
| committer | Jake Sandler | 2020-09-25 10:55:49 -0400 |
| commit | 2eff696d2dd769d04e4c95b9029c529c9e283c2d (patch) | |
| tree | 6866aa9dbe75b5405da1feac544367d3b5fef763 /Cargo.toml | |
| parent | 8003d0724cf86fcf8eb58b8d84f17a9af318a90e (diff) | |
| download | pdf_form-2eff696d2dd769d04e4c95b9029c529c9e283c2d.tar.bz2 | |
added rust 2018 edition
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ readme = "README.md" keywords = ["pdf", "form"] description = "A library for programatically filling out pdf forms" license = "MIT" +edition = "2018" [dependencies] bitflags = "^1.2" |
