diff options
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 4 |
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" |