target prolog_parser_rebis on crates.io

This commit is contained in:
Mark Thom
2021-01-30 22:03:07 -07:00
parent c5e5eb8b86
commit a239007db0
28 changed files with 45 additions and 43 deletions

View File

@@ -16,7 +16,7 @@ extern crate nix;
extern crate openssl;
extern crate ordered_float;
#[macro_use]
extern crate prolog_parser;
extern crate prolog_parser_rebis;
#[macro_use]
extern crate ref_thread_local;
extern crate ring;