mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-23 19:21:26 +02:00
Updated kalk_cli's Cargo.toml to prepare it for being published.
This commit is contained in:
parent
50ba5f4d18
commit
059d8d4b17
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…
x
Reference in New Issue
Block a user