mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-17 00:07:53 +00:00
5f20342736
* abscissa init * remove package in cargo.toml * cargo fmt + remove more stuff fro toml * bump rust edition
21 lines
460 B
TOML
21 lines
460 B
TOML
[package]
|
|
name = "cuprate"
|
|
authors = []
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = "4"
|
|
serde = { version = "1", features = ["serde_derive"] }
|
|
thiserror = "1"
|
|
|
|
[dependencies.abscissa_core]
|
|
version = "0.7.0"
|
|
# optional: use `gimli` to capture backtraces
|
|
# see https://github.com/rust-lang/backtrace-rs/issues/189
|
|
# features = ["gimli-backtrace"]
|
|
|
|
[dev-dependencies]
|
|
abscissa_core = { version = "0.7.0", features = ["testing"] }
|
|
once_cell = "1.2"
|
|
|