-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (23 loc) · 724 Bytes
/
Cargo.toml
File metadata and controls
28 lines (23 loc) · 724 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
26
27
[package]
name = "cellsplit"
version = "0.2.2"
authors = ["Alex Burka <aburka@seas.upenn.edu>"]
description = "Utility for dissecting MATLAB Cell Mode scripts"
categories = ["development-tools", "command-line-utilities"]
homepage = "https://github.com/durka/cellsplit"
repository = "https://github.com/durka/cellsplit"
readme = "README.md"
license = "MIT"
keywords = ["matlab", "cell", "script"]
[badges]
travis-ci = { repository = "durka/cellsplit" }
[[bin]]
name = "cellsplit"
doc = false
[dependencies]
clap = { version = "2.20.0", features = ["color"] }
error-chain = "0.8"
unborrow = "0.3"
slug = "0.1"
regex = "0.2"
lazy_static = "0.2"