aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-12 23:32:57 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-12 23:34:52 +0100
commit4e0bb7a6cc583443f1a3bd83f39083ffa0b26a54 (patch)
tree2f7a6e29cda0085644577fa9472cbdb3dbbc9e0b /Cargo.toml
parentd8bbd362b80e07742eca5c8382ebfb19f505422c (diff)
downloadsylt-4e0bb7a6cc583443f1a3bd83f39083ffa0b26a54.tar.gz
move most of main to lib.rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c6a109d..4f90bfc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Edvard Thörnros <edvard.thornros@gmail.com>"]
edition = "2018"
+[lib]
+name = "tihdy"
+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]