We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pest
fastobo::syntax::pest
1 parent f5fbd67 commit 8806d24Copy full SHA for 8806d24
Cargo.toml
@@ -24,7 +24,6 @@ features = ["chrono"]
24
[dependencies]
25
libc = "0.2.70"
26
pyo3-built = "0.4.6"
27
-pest = "2.5.1"
28
[dependencies.pyo3]
29
version = "0.17.3"
30
[dependencies.fastobo]
src/lib.rs
@@ -6,7 +6,6 @@ extern crate pyo3;
6
#[macro_use]
7
extern crate pyo3_built;
8
extern crate libc;
9
-extern crate pest;
10
11
extern crate fastobo_py_derive_internal;
12
extern crate fastobo_graphs;
0 commit comments