summaryrefslogtreecommitdiffstats
path: root/builder/Cargo.toml
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-09-01 13:44:09 +0100
committerKornel <kornel@geekhood.net>2019-09-01 20:31:38 +0100
commit7df435223cf90ccb7adb182547cb9981cfc37ea2 (patch)
treec9c9b1e419bba7a30a2f86f54781956ae2d83b42 /builder/Cargo.toml
parent4f0f1b3b8b997dcf5487068cc93399940ac9681d (diff)
Parse semver in db
Diffstat (limited to 'builder/Cargo.toml')
-rw-r--r--builder/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/builder/Cargo.toml b/builder/Cargo.toml
index ac459f9..8211e6f 100644
--- a/builder/Cargo.toml
+++ b/builder/Cargo.toml
@@ -3,8 +3,7 @@ name = "builder"
version = "0.2.0"
authors = ["Kornel <kornel@geekhood.net>"]
edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+default-run = "builder"
[dependencies]
kitchen_sink = { path = "../kitchen_sink", version = "0.8" }