forked from mlb2251/stitch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
33 lines (26 loc) · 838 Bytes
/
Cargo.toml
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
26
27
28
29
30
31
32
[package]
name = "stitch_core"
version = "0.1.0"
authors = ["Matthew Bowers <[email protected]>", "Theo X. Olausson <[email protected]>"]
edition = "2018"
license = "MIT"
description = "A scalable abstraction learning library"
repository = "https://github.com/mlb2251/stitch"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
serde_json = {version = "1.0", features = ["preserve_order"]}
clap = { version = "3.1.0", features = ["derive"]}
serde = "1"
itertools = "0.10.3"
rand = "0.8.4"
parking_lot = "0.12.0"
colorful = "0.2.1"
rustc-hash = "1.1.0"
# lambdas = "0.2.0"
lambdas = { git = "https://github.com/mlb2251/lambdas", rev = "b8d4868"}
# [patch.crates-io]
# lambdas = { path = "../lambdas"}
# enable for flamegraphs
# [profile.release]
# debug = true