first commit
This commit is contained in:
10
linux-hello-common/src/lib.rs
Normal file
10
linux-hello-common/src/lib.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
//! Linux Hello Common Library
|
||||
//!
|
||||
//! Shared types, configuration, and error handling for the Linux Hello
|
||||
//! facial authentication system.
|
||||
|
||||
pub mod config;
|
||||
pub mod error;
|
||||
|
||||
pub use config::Config;
|
||||
pub use error::{Error, Result};
|
||||
Reference in New Issue
Block a user