diff options
author | 2024-11-30 12:54:42 -0800 | |
---|---|---|
committer | 2024-11-30 12:54:42 -0800 | |
commit | 61521f9e2901c356b14dd07ee40ec8ebca93717c (patch) | |
tree | 47db9015a6d4e5728851bbd51a9c9a7ae08a8648 | |
parent | 8d82871049e22a82c3175981add474d20f54b5de (diff) | |
download | kanidm-auth-plugin-61521f9e2901c356b14dd07ee40ec8ebca93717c.tar.gz kanidm-auth-plugin-61521f9e2901c356b14dd07ee40ec8ebca93717c.tar.zst kanidm-auth-plugin-61521f9e2901c356b14dd07ee40ec8ebca93717c.zip |
Prevent publishing
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ name = "kanidm-auth-plugin" version = "0.1.0" edition = "2021" +publish = false [dependencies] anyhow = "1.0.93" |