We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6021be3 commit d0a8e13Copy full SHA for d0a8e13
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rust_arkitect"
3
-version = "0.3.6"
+version = "0.3.7"
4
authors = ["Patrick Luca Fazzi <patrick91@live.it>"]
5
edition = "2021"
6
description = "rust_arkitect is a lightweight library for defining and validating architectural rules in Rust projects"
src/lib.rs
@@ -1,4 +1,4 @@
-pub mod dependency_parsing;
+mod dependency_parsing;
pub mod dsl;
mod engine;
pub mod rule;
0 commit comments