mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-03-05 00:31:10 +01:00
Updated kalk_cli's Cargo.toml to prepare it for being published.
This commit is contained in:
parent
1503336700
commit
122ac06f82
2
kalk_cli/Cargo.lock
generated
2
kalk_cli/Cargo.lock
generated
@ -138,7 +138,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "kalk"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"phf",
|
||||
"regex",
|
||||
|
@ -1,8 +1,14 @@
|
||||
[package]
|
||||
name = "kalk_cli"
|
||||
version = "0.1.0"
|
||||
authors = ["PaddiM8 <paddim8@pm.me>"]
|
||||
authors = ["PaddiM8"]
|
||||
edition = "2018"
|
||||
readme = "../README.md"
|
||||
description = "A calculator that supports user-defined functions and variables and can handle fairly ambiguous syntax."
|
||||
repository = "https://github.com/PaddiM8/kalk"
|
||||
license = "MIT"
|
||||
keywords = ["math", "calculator", "cli", "command-line"]
|
||||
categories = ["mathematics", "command-line-utilities"]
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
Loading…
Reference in New Issue
Block a user