mirror of
https://github.com/Raine-gay/royal_road_archiver.git
synced 2024-11-14 03:18:42 -06:00
removed _bin from the binary
This commit is contained in:
parent
c87efc6631
commit
88c78423c4
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1522,7 +1522,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "royal_road_archiver"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"chrono",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "royal_road_archiver"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
description = "An archival program and library for the webnovel site RoyalRoad."
|
||||
license = "EUPL-1.2 "
|
||||
|
@ -19,7 +19,7 @@ name = "royal_road_archiver_lib"
|
|||
path = "src/library.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "royal_road_archiver_bin"
|
||||
name = "royal_road_archiver"
|
||||
path = "src/binary.rs"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue