renamed to Sprint

This commit is contained in:
Oliver Bryan
2026-01-16 11:15:38 +00:00
parent b4601a7595
commit 385b85bdb4
95 changed files with 324 additions and 253 deletions

View File

@@ -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]