aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm-web
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-15 14:05:33 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-15 14:05:33 -0500
commit60105296ec8c517bb4ba3d8b38f0b22734f2ae22 (patch)
tree7b3afce1491258e93e2214eb0e8b51e45d9c4cdf /teleterm-web
parentd897bfe58aa32d0d93bb695a19fb05d274a0961a (diff)
downloadteleterm-60105296ec8c517bb4ba3d8b38f0b22734f2ae22.tar.gz
teleterm-60105296ec8c517bb4ba3d8b38f0b22734f2ae22.zip
don't publish teleterm-web
Diffstat (limited to 'teleterm-web')
-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"]