diff options
Diffstat (limited to 'rust_macro/Cargo.toml')
| -rw-r--r-- | rust_macro/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust_macro/Cargo.toml b/rust_macro/Cargo.toml index 93291e2..b8a5af4 100644 --- a/rust_macro/Cargo.toml +++ b/rust_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "passwordmaker_macros" -version = "1.0.0" +version = "0.1.0" [dependencies] syn = "1.0" @@ -8,4 +8,4 @@ quote = "1.0" [lib] name = "passwordmaker_macros" -proc-macro = true
\ No newline at end of file +proc-macro = true |
