aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmulator0002020-09-23 23:01:05 +0200
committerEmulator0002020-09-23 23:01:05 +0200
commitec35be1f2ded5e90bf4dd8bdb8aaa8d76bf84942 (patch)
treea12a9831e152946a15024b53bbd22b2039729cd7 /Cargo.toml
parent0990ddfbdb63a5683d6f94513842dae37166c838 (diff)
downloadpdf_form-ec35be1f2ded5e90bf4dd8bdb8aaa8d76bf84942.tar.bz2
Updated all libraries and a lot of fixes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml21
1 files changed, 11 insertions, 10 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 271f7a7..0455e89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"