"content/git@edugit.org:nbildhauer/teckids.org.git" did not exist on "54371eeb30a666c6cfc2962d7754f321d7c88561"
[PAM] Add syslog output and debug functionality
... | @@ -16,6 +16,8 @@ crate-type = [ "cdylib" ] | ... | @@ -16,6 +16,8 @@ crate-type = [ "cdylib" ] |
pamsm = { version = "^0.4.2", features = ["libpam"] } | pamsm = { version = "^0.4.2", features = ["libpam"] } | ||
oauth2 = "^4.0.0" | oauth2 = "^4.0.0" | ||
config = "^0.11.0" | config = "^0.11.0" | ||
log = "^0.4.11" | |||
syslog = "^5.0.0" | |||
[profile.release] | [profile.release] | ||
opt-level = 'z' | opt-level = 'z' | ||
... | ... |
src/logging.rs
0 → 100644
Please register or sign in to comment