When the Cargo package manager gets the online package list component, the package name will be used as the identifier for the whole project. Keeping "-rs" -- while useful for the github repository -- will be redundant in Cargo because all of the projects will obviously be rust projects. This naming convention was adopted by one of your other repository gl-rx (https://github.com/bjz/gl-rs/pull/88)
18 lines
334 B
TOML
18 lines
334 B
TOML
[package]
|
|
|
|
name = "cgmath"
|
|
version = "0.0.1"
|
|
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
|
"Brian Heylin",
|
|
"Colin Sherratt",
|
|
"Dzmitry Malyshau",
|
|
"Erick Tryzelaar",
|
|
"Luqman Aden",
|
|
"Maik Klein",
|
|
"Mikko Perttunen",
|
|
"Tomasz Stachowiak"
|
|
]
|
|
|
|
[[lib]]
|
|
|
|
name = "cgmath"
|