mirror of
https://github.com/circify/circ.git
synced 2026-01-10 22:27:55 -05:00
missed a datalog feature (#135)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#[cfg(feature = "c")]
|
||||
pub mod c;
|
||||
#[cfg(all(feature = "smt", feature = "datalog"))]
|
||||
pub mod datalog;
|
||||
#[cfg(all(feature = "smt", feature = "zok"))]
|
||||
pub mod zsharp;
|
||||
|
||||
Reference in New Issue
Block a user