Skip to content

Commit 37e0b0a

Browse files
authored
Merge pull request #16 from ionut-arm/doc
Add documentation
2 parents a0ad68b + 1c2c564 commit 37e0b0a

File tree

6 files changed

+314
-44
lines changed

6 files changed

+314
-44
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ categories = ["development-tools"]
1212
edition = "2018"
1313

1414
[dependencies]
15-
parsec-interface = "0.10.0"
15+
parsec-interface = "0.11.0"
1616
num = "0.2.1"
1717
rand = "0.7.3"
1818
log = "0.4.8"
1919
derivative = "2.1.0"
20+
uuid = "0.7.4"
2021

2122
[dev-dependencies]
2223
mockstream = "0.0.3"
23-
uuid = "0.7.4"

0 commit comments

Comments
 (0)