aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIvan Tham <[email protected]>2022-01-05 04:01:48 +0000
committerGitHub <[email protected]>2022-01-05 04:01:48 +0000
commit9fa2823b3916184dbfbb9c704ab34ae79c0c1038 (patch)
tree597a3ac1bad860fa62737faa58aeb71184c249be /Cargo.toml
parent3f52f6f2ce8408350fcdc180d416e63dd627d93f (diff)
parent3f0f8d9f0f910b4c9477297049d4a508eacc3734 (diff)
Merge pull request #51 from Ma27/exp-and-round
Add functions `exp()`, `exp2()` & `round()`; fix minor readline issues
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4527862..4be652d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ categories = ["command-line-interface", "science", "parser-implementations"]
12license = "MIT" 12license = "MIT"
13 13
14[dependencies] 14[dependencies]
15rustyline = "4.1.0" 15rustyline = { version = "9.1.1", default-features = false }
16clap = "2.32.0" 16clap = "2.32.0"
17radix_fmt = "1.0.0" 17radix_fmt = "1.0.0"
18lazy_static = "1.3.0" 18lazy_static = "1.3.0"