mirror of
https://github.com/rm-dr/daisy
synced 2025-02-20 05:59:21 -08:00
Updated package name
This commit is contained in:
parent
bdb0cc3b11
commit
742c6d4795
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -27,7 +27,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "daisy"
|
||||
name = "daisycalc"
|
||||
version = "0.2.5"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
|
@ -1,8 +1,13 @@
|
||||
[package]
|
||||
name = "daisy"
|
||||
name = "daisycalc"
|
||||
version = "0.2.5"
|
||||
edition = "2021"
|
||||
build = "buildscript/main.rs"
|
||||
license-file = "LICENSE"
|
||||
description = "A high-precision terminal scientific calculator."
|
||||
repository = "https://git.betalupi.com/Mark/daisy"
|
||||
homepage = "https://git.betalupi.com/Mark/daisy"
|
||||
readme = "README.md"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user