mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 18:10:42 +01:00
Updated kalk_cli's Cargo.toml to use kalk from crates.io instead of a local version.
This commit is contained in:
parent
059d8d4b17
commit
f5fe9c5180
2
kalk_cli/Cargo.lock
generated
2
kalk_cli/Cargo.lock
generated
@ -139,6 +139,8 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "kalk"
|
name = "kalk"
|
||||||
version = "0.1.3"
|
version = "0.1.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "cf9df80b14ea806a6b5c90939bd8905ecf0b19dc4e94a762d66a233238b23a10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf",
|
"phf",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -14,7 +14,7 @@ categories = ["mathematics", "command-line-utilities"]
|
|||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
kalk = { path = "../kalk" }
|
kalk = "0.1.3"
|
||||||
rustyline = "6.1.2"
|
rustyline = "6.1.2"
|
||||||
ansi_term = "0.12"
|
ansi_term = "0.12"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user