10 lines
183 B
Rust
10 lines
183 B
Rust
pub mod base;
|
|
pub mod clear;
|
|
pub mod parse;
|
|
pub mod signin;
|
|
pub mod signup;
|
|
pub mod token;
|
|
pub mod verify;
|
|
|
|
pub const LOG: &str = "surrealdb::iam";
|
|
pub const TOKEN: &str = "Bearer ";
|