summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-05-11 17:33:36 -0400
committerGitHub <noreply@github.com>2020-05-11 17:33:36 -0400
commit73d8fa74c656841703b51bf8d52d46acf3b97cc9 (patch)
tree6f4ee2cf1892eaa7965547e2359eb2ef2844e674 /cli/Cargo.toml
parent3cccadcf0fbfc7ff4e7dd37299a65bea1cf0eab0 (diff)
BREAKING: There is no public Rust API for the CLI (#5226)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index e8c9e3bf9..2818a41a5 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -10,10 +10,6 @@ description = "Provides the deno executable"
repository = "https://github.com/denoland/deno"
default-run = "deno"
-[lib]
-name = "deno"
-path = "lib.rs"
-
[[bin]]
name = "deno"
path = "main.rs"