diff options
author | Teddy Wing | 2021-05-03 23:14:17 +0200 |
---|---|---|
committer | Teddy Wing | 2021-05-03 23:14:17 +0200 |
commit | 4863600d14b4926f0db060f2b0ab19b39dfa8c7c (patch) | |
tree | 5c8628ee5572ba93e5f79203fbf6ab70f1b8f7d7 /Cargo.toml | |
parent | bf2711021f52965d1f6437ba77a25774572ceae5 (diff) | |
download | pdf-form-replace-font-4863600d14b4926f0db060f2b0ab19b39dfa8c7c.tar.bz2 |
Rename project to `pdf-form-replace-font`
Rename to something that's more descriptive. This started out as just a
scratch space.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [package] -name = "pdf-font" +name = "pdf-form-replace-font" version = "0.0.1" edition = "2018" |