File: drop-bin

package info (click to toggle)
rust-wadl 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,352 kB
  • sloc: xml: 5,612; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 679 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Index: wadl/Cargo.toml
===================================================================
--- wadl.orig/Cargo.toml
+++ wadl/Cargo.toml
@@ -20,7 +20,6 @@ autobins = false
 autoexamples = false
 autotests = false
 autobenches = false
-default-run = "wadlc"
 description = "A WADL parser for Rust"
 readme = "README.md"
 license = "Apache-2.0"
@@ -30,16 +29,6 @@ repository = "https://github.com/jelmer/
 name = "wadl"
 path = "src/lib.rs"
 
-[[bin]]
-name = "wadl-ast"
-path = "src/bin/wadl-ast.rs"
-required-features = ["cli"]
-
-[[bin]]
-name = "wadlc"
-path = "src/bin/wadlc.rs"
-required-features = ["cli"]
-
 [[test]]
 name = "parsing_tests"
 path = "tests/parsing_tests.rs"