blob: 351532ff20b0a601fecbe607de6971a2a34ed34a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "isabelle-proto"
version = "0.1.0"
authors = ["stuebinm <stuebinm@disroot.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"
serde = { version = "1.0.130", features = [ "derive" ] }
serde_json = "1.0.68"
isabelle-unicode = { path = "../isabelle-unicode" }
structopt = "0.3.23"
|