summaryrefslogtreecommitdiff
path: root/dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-03-03 20:42:42 +0100
committerNadrieril2019-03-03 20:43:31 +0100
commitaf01dd2d05bbc2ae44ad38cc7b44057e4c793c89 (patch)
treed5406319d50a43e352dc54d976333aa1df56ac66 /dhall/Cargo.toml
parent86fb4a7c67d2b7f01aafca03faf935d927b392d4 (diff)
Add myself to authors in Cargo.toml
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r--dhall/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml
index bb3f349..d44324a 100644
--- a/dhall/Cargo.toml
+++ b/dhall/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "dhall"
version = "0.1.0"
-authors = ["NanoTech <nanotech@nanotechcorp.net>"]
+authors = ["NanoTech <nanotech@nanotechcorp.net>", "Nadrieril <nadrieril@users.noreply.github.com>"]
edition = "2018"
build = "build.rs"