diff options
| author | Emulator000 | 2020-09-23 23:01:05 +0200 | 
|---|---|---|
| committer | Emulator000 | 2020-09-23 23:01:05 +0200 | 
| commit | ec35be1f2ded5e90bf4dd8bdb8aaa8d76bf84942 (patch) | |
| tree | a12a9831e152946a15024b53bbd22b2039729cd7 /Cargo.toml | |
| parent | 0990ddfbdb63a5683d6f94513842dae37166c838 (diff) | |
| download | pdf_form-ec35be1f2ded5e90bf4dd8bdb8aaa8d76bf84942.tar.bz2 | |
Updated all libraries and a lot of fixes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 21 | 
1 files changed, 11 insertions, 10 deletions
| @@ -1,13 +1,14 @@  [package] -name = "pdf_form" -version = "0.2.0" -authors = ["Jake <jsandler18@gmail.com>"] -readme = "README.md" -keywords = ["pdf", "form"] -description = "A library for programatically filling out pdf forms" -license = "MIT" +    name = "pdf_forms" +    version = "0.1.0" +    authors = ["Jake <jsandler18@gmail.com>", "Malte <voos.malte@gmail.com>", "Emulator000 <emulator@hotmail.it"] +    description = "A library for programatically filling out pdf forms" +    edition = "2018" +    readme = "README.md" +    keywords = ["pdf", "form", "forms", "field"] +    license = "MIT"  [dependencies] -lopdf = "0.15.1" -bitflags = "1.0.1" -derive-error = "0.0.4" +    bitflags = "^1.2" +    derive-error = "^0.0.4" +    lopdf = "^0.25" | 
