-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (23 loc) · 831 Bytes
/
Cargo.toml
File metadata and controls
26 lines (23 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "qbar"
version = "0.0.1-alpha"
edition = "2018"
authors = ["Brandon H. Gomes <bh.gomes@rutgers.edu>"]
homepage = "https://qbar.io"
documentation = "https://docs.rs/qbar"
repository = "https://github.com/qdeduction/qbar"
readme = "README.md"
license = "ISC"
keywords = ["cli", "proof assistant"]
categories = ["command-line-utilities"]
description = "the rational proof assistant"
exclude = ["docs/**/*"]
publish = false
[badges]
is-it-maintained-issue-resolution = { repository = "qdeduction/qbar" }
is-it-maintained-open-issues = { repository = "qdeduction/qbar" }
maintenance = { status = "actively-developed" }
[dependencies]
rational_deduction = { git = "https://github.com/qdeduction/rational_deduction.rs" }
terminal = { version = "0.2.1", features = ["crossterm-backend"] }
b3sum = { version = "0.3.7" }