aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm-web/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'teleterm-web/Cargo.toml')
-rw-r--r--teleterm-web/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/teleterm-web/Cargo.toml b/teleterm-web/Cargo.toml
index 1793db3..c74c785 100644
--- a/teleterm-web/Cargo.toml
+++ b/teleterm-web/Cargo.toml
@@ -3,6 +3,9 @@ name = "teleterm-web"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
+# this isn't intended to be published on its own - we just bake the generated
+# files into the main teleterm binary
+publish = false
[lib]
crate-type = ["cdylib", "rlib"]