This website requires JavaScript.
Explore
Help
Sign In
mart-w
/
kanidm
Watch
1
Star
0
Fork
You've already forked kanidm
0
mirror of
https://github.com/kanidm/kanidm.git
synced
2025-02-24 04:57:00 +01:00
Code
Issues
Actions
10
Packages
Projects
Releases
Wiki
Activity
a55c0ca68d
kanidm
/
kanidmd
/
lib
/
build.rs
6 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
20220219 webui updates + source refactor + clippy go clip clip (#642)
2022-02-20 03:43:38 +01:00
// include!("src/lib/audit_loglevel.rs");
Base web UI (#391) Initial web ui (not-functional yet)
2021-03-26 02:22:00 +01:00
306 command complete (#354) Fixes #306 adding command line autocompletion. These are generated to: CARGO_TARGET_DIR/item-hash/out/. These will need to be packaged for distros later, it's unclear how we could use cargo install with these as cargo doesn't support arbitrary artefacts like this (yet?).
2021-02-13 04:46:22 +01:00
fn
main
(
)
{
20220219 webui updates + source refactor + clippy go clip clip (#642)
2022-02-20 03:43:38 +01:00
profiles
::
apply_profile
(
)
;
306 command complete (#354) Fixes #306 adding command line autocompletion. These are generated to: CARGO_TARGET_DIR/item-hash/out/. These will need to be packaged for distros later, it's unclear how we could use cargo install with these as cargo doesn't support arbitrary artefacts like this (yet?).
2021-02-13 04:46:22 +01:00
}
Reference in a new issue
Copy permalink