aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmulator0002020-09-24 00:36:31 +0200
committerEmulator0002020-09-24 00:41:03 +0200
commitc3b0f445c032f77b40442f28a3644f62e617db24 (patch)
tree2a0169063dc0c9c7a0b437bffb875fa5c914fe20
parent895a753cd531fc2ad43365299775910c2ce04efa (diff)
downloadpdf_form-c3b0f445c032f77b40442f28a3644f62e617db24.tar.bz2
Fixed tags and author
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0455e89..d68cdd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,16 @@
[package]
name = "pdf_forms"
version = "0.1.0"
- authors = ["Jake <jsandler18@gmail.com>", "Malte <voos.malte@gmail.com>", "Emulator000 <emulator@hotmail.it"]
+ authors = ["Jake <jsandler18@gmail.com>", "Malte <voos.malte@gmail.com>", "Emulator000 <emulator@hotmail.it>"]
description = "A library for programatically filling out pdf forms"
+ repository = "https://github.com/Emulator000/pdf_form"
edition = "2018"
readme = "README.md"
- keywords = ["pdf", "form", "forms", "field"]
+ keywords = ["pdf_form", "pdf", "form", "forms", "field"]
license = "MIT"
+ exclude = [
+ ".idea",
+ ]
[dependencies]
bitflags = "^1.2"