mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
renamed to Sprint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "issue"
|
||||
name = "sprint"
|
||||
version = "0.1.0"
|
||||
description = "Issue Project Manager"
|
||||
description = "Sprint"
|
||||
authors = ["Oliver Bryan"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -11,7 +11,7 @@ edition = "2021"
|
||||
# The `_lib` suffix may seem redundant but it is necessary
|
||||
# to make the lib name unique and wouldn't conflict with the bin name.
|
||||
# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
|
||||
name = "issue_lib"
|
||||
name = "sprint_lib"
|
||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user