Slightly changed name of Cargo project
Just removed the -rs part, in order to fit the Rust naming standards better
This commit is contained in:
parent
38082c9cce
commit
f1cc2a5ca8
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "magnet-url-rs"
|
name = "magnet-url"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
authors = ["William Batista <bootlegbilly@protonmail.ch>"]
|
authors = ["William Batista <bootlegbilly@protonmail.ch>"]
|
||||||
license-file = "LICENSE.md"
|
license-file = "LICENSE.md"
|
||||||
|
|
Loading…
Reference in New Issue