Rename the 'cretonne' binary.
It soome that 'cargo doc' gets confused when there is both a library crate and a binary called 'cretonne'.
This commit is contained in:
@@ -6,7 +6,7 @@ description = "Binaries for testing the Cretonne library"
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
name = "cretonne"
|
||||
name = "cton-util"
|
||||
path = "main.rs"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user