mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-26 20:52:29 +02:00
Made kalk_cli use the local version of kalk when possible.
This commit is contained in:
parent
0a5130099b
commit
e1017a4b9d
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -146,24 +146,12 @@ dependencies = [
|
|||||||
"test-case",
|
"test-case",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "kalk"
|
|
||||||
version = "0.1.4"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "d39a0f4aae17d6098453934cdc38b0706f810ca38cbe038fc6072c38eed6d086"
|
|
||||||
dependencies = [
|
|
||||||
"phf",
|
|
||||||
"regex",
|
|
||||||
"rug",
|
|
||||||
"test-case",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kalk_cli"
|
name = "kalk_cli"
|
||||||
version = "0.1.4"
|
version = "0.1.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"kalk 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"kalk",
|
||||||
"phf",
|
"phf",
|
||||||
"regex",
|
"regex",
|
||||||
"rustyline",
|
"rustyline",
|
||||||
|
@ -11,7 +11,7 @@ keywords = ["math", "calculator", "cli", "command-line"]
|
|||||||
categories = ["mathematics", "command-line-utilities"]
|
categories = ["mathematics", "command-line-utilities"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
kalk = "0.1.3"
|
kalk = { path = "../kalk", version = "0.1.3" }
|
||||||
rustyline = "6.1.2"
|
rustyline = "6.1.2"
|
||||||
ansi_term = "0.12"
|
ansi_term = "0.12"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user