-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCargo.toml
26 lines (23 loc) · 939 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
[package]
name = "enclone_com"
version = "0.5.219"
authors = ["""David Jaffe <david.jaffe@10xgenomics.com>,
Nigel Delaney <nigel.delaney@10xgenomics.com>,
Keri Dockter <keri.dockter@10xgenomics.com>,
Jessica Hamel <jessica.hamel@10xgenomics.com>,
Lance Hepler <lance.hepler@10xgenomics.com>,
Shaun Jackman <shaun.jackman@10xgenomics.com>,
Sreenath Krishnan <sreenath.krishnan@10xgenomics.com>,
Meryl Lewis <meryl.lewis@10xgenomics.com>,
Alvin Liang <alvin.liang@10xgenomics.com>,
Patrick Marks <patrick.marks@10xgenomics.com>,
Wyatt McDonnell <wyatt.mcdonnell@10xgenomics.com>"""]
edition = "2018"
license-file = "LICENSE.txt"
publish = false
[dependencies]
enclone_core.workspace = true
pretty_trace.workspace = true
string_utils.workspace = true
tokio.workspace = true
vdj_ann.workspace = true