aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-21 02:17:12 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-21 02:17:12 -0400
commit5b24e8972b1749f05907441ca2dbbcb72188dcfa (patch)
treec8c570e232d178f17f24986c6bdfb500c5da38a5
parent917f067dbcbe4f61fb919827bca93db74e628d45 (diff)
downloadteleterm-5b24e8972b1749f05907441ca2dbbcb72188dcfa.tar.gz
teleterm-5b24e8972b1749f05907441ca2dbbcb72188dcfa.zip
recompile when Cargo.toml changes
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 9ded11d..b9a7223 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -11,6 +11,8 @@
#![allow(clippy::too_many_arguments)]
#![allow(clippy::type_complexity)]
+const _DUMMY_DEPENDENCY: &str = include_str!("../Cargo.toml");
+
mod prelude;
#[macro_use]