diff --git a/Cargo.toml b/Cargo.toml index 3982011..585c817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,12 +17,12 @@ exclude = [ "/.idea/*", "/examples/*", "*.proto", - "./proto/*", - "./pkg/*", + "/proto/*", + "/pkg/*", "go.sum", "go.mod", "build.rs", - "./target/*" + "/target/*" ] [lib]