summaryrefslogtreecommitdiff
path: root/dhall_syntax/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dhall_syntax/Cargo.toml (renamed from dhall_core/Cargo.toml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_core/Cargo.toml b/dhall_syntax/Cargo.toml
index 476b9fa..3e32930 100644
--- a/dhall_core/Cargo.toml
+++ b/dhall_syntax/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "dhall_core"
+name = "dhall_syntax"
version = "0.1.0"
authors = ["NanoTech <nanotech@nanotechcorp.net>", "Nadrieril <nadrieril@users.noreply.github.com>"]
license = "BSD-2-Clause"