mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-26 04:31:49 +02:00
Added readme to Cargo.toml.
This commit is contained in:
parent
88fd8d1bc1
commit
1503336700
@ -1,8 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "kalk"
|
name = "kalk"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
authors = ["PaddiM8"]
|
authors = ["PaddiM8"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
readme = "README.md"
|
||||||
description = "A math evaluator library that supports user-defined functions and variables and can handle fairly ambiguous syntax."
|
description = "A math evaluator library that supports user-defined functions and variables and can handle fairly ambiguous syntax."
|
||||||
repository = "https://github.com/PaddiM8/kalk/tree/master/kalk"
|
repository = "https://github.com/PaddiM8/kalk/tree/master/kalk"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user