c600152d78
* Update some dependencies. * Update rusqlite to 0.12. * Update error-chain to a forked version that implements Sync. * Fix some compiler warnings. * Remove unused imports in tests. * Parse errors no longer naturally print with the expected symbol.
12 lines
252 B
TOML
12 lines
252 B
TOML
[package]
|
|
name = "mentat_parser_utils"
|
|
version = "0.1.0"
|
|
authors = ["Victor Porof <vporof@mozilla.com>", "Richard Newman <rnewman@mozilla.com>"]
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
combine = "2.3.2"
|
|
itertools = "0.7"
|
|
|
|
[dependencies.edn]
|
|
path = "../edn"
|