mirror of https://github.com/rm-dr/daisy
Updated package name
parent
bdb0cc3b11
commit
742c6d4795
|
@ -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…
Reference in New Issue