Skip to content

Commit d0a8e13

Browse files
committed
Hides dependency_parsing.rs
Signed-off-by: Patrick Luca Fazzi <patrick91@live.it>
1 parent 6021be3 commit d0a8e13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_arkitect"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
authors = ["Patrick Luca Fazzi <patrick91@live.it>"]
55
edition = "2021"
66
description = "rust_arkitect is a lightweight library for defining and validating architectural rules in Rust projects"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub mod dependency_parsing;
1+
mod dependency_parsing;
22
pub mod dsl;
33
mod engine;
44
pub mod rule;

0 commit comments

Comments
 (0)