diff options
| author | Xe Iaso <me@christine.website> | 2022-01-10 18:09:31 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-01-10 18:09:31 -0500 |
| commit | b46138c03de42ec503a8c254ba3c51226a67a1cc (patch) | |
| tree | ca6091bc9744f296ebb2160898ce6d5196de7b4e /lib | |
| parent | c7b2db9d54d36a6c6b8ccc1af6589d7f993c381c (diff) | |
| download | xesite-b46138c03de42ec503a8c254ba3c51226a67a1cc.tar.xz xesite-b46138c03de42ec503a8c254ba3c51226a67a1cc.zip | |
Xe Iaso
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/cfcache/Cargo.toml | 2 | ||||
| -rw-r--r-- | lib/go_vanity/Cargo.toml | 2 | ||||
| -rw-r--r-- | lib/jsonfeed/Cargo.toml | 2 | ||||
| -rw-r--r-- | lib/mi/Cargo.toml | 2 | ||||
| -rw-r--r-- | lib/patreon/Cargo.toml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/cfcache/Cargo.toml b/lib/cfcache/Cargo.toml index 8ca353d..73fa119 100644 --- a/lib/cfcache/Cargo.toml +++ b/lib/cfcache/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cfcache" version = "0.1.0" -authors = ["Christine Dodrill <me@christine.website>"] +authors = ["Xe Iaso <me@christine.website>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/lib/go_vanity/Cargo.toml b/lib/go_vanity/Cargo.toml index 6aaf748..e6bcf6d 100644 --- a/lib/go_vanity/Cargo.toml +++ b/lib/go_vanity/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "go_vanity" version = "0.2.0" -authors = ["Christine Dodrill <me@christine.website>"] +authors = ["Xe Iaso <me@christine.website>"] edition = "2018" build = "src/build.rs" diff --git a/lib/jsonfeed/Cargo.toml b/lib/jsonfeed/Cargo.toml index e85ee46..6b3b1d6 100644 --- a/lib/jsonfeed/Cargo.toml +++ b/lib/jsonfeed/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Paul Woolcock <paul@woolcock.us>", "Christine Dodrill <me@christine.website>"] +authors = ["Paul Woolcock <paul@woolcock.us>", "Xe Iaso <me@christine.website>"] description = "Parser for the JSONFeed (http://jsonfeed.org) specification\n" documentation = "https://docs.rs/jsonfeed" homepage = "https://github.com/pwoolcoc/jsonfeed" diff --git a/lib/mi/Cargo.toml b/lib/mi/Cargo.toml index ef4f1a2..ffc8d95 100644 --- a/lib/mi/Cargo.toml +++ b/lib/mi/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mi" version = "0.1.0" -authors = ["Christine Dodrill <me@christine.website>"] +authors = ["Xe Iaso <me@christine.website>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/lib/patreon/Cargo.toml b/lib/patreon/Cargo.toml index 5ad1524..ea2f115 100644 --- a/lib/patreon/Cargo.toml +++ b/lib/patreon/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "patreon" version = "0.1.0" -authors = ["Christine Dodrill <me@christine.website>"] +authors = ["Xe Iaso <me@christine.website>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
