mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-24 03:31:38 +02:00
Changed Cargo.toml to prepare for publish.
This commit is contained in:
parent
4f9f8bc63e
commit
cb1a7e921c
@ -1,8 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "kalk"
|
name = "kalk"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["paddi"]
|
authors = ["PaddiM8"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
description = "A math evaluator library that supports user-defined functions and variables and can handle fairly ambiguous syntax."
|
||||||
|
readme = "../README.md"
|
||||||
|
repository = "https://github.com/PaddiM8/kalk/tree/master/kalk"
|
||||||
|
license = "MIT"
|
||||||
|
keywords = ["math", "calculator", "evaluator"]
|
||||||
|
categories = ["mathematics", "parsers"]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user