add config_util.rs
This commit is contained in:
4
src/config_util.rs
Normal file
4
src/config_util.rs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
pub const ETC_OSS_BACKUPD_CONFIG: &str = "/etc/oss-backupd/config.json";
|
||||||
|
pub const OSS_BACKUPD_CONFIG: &str = "oss-backupd-config.json";
|
||||||
|
pub const DOT_OSS_BACKUPD_CONFIG: &str = ".oss-backupd-config.json";
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
extern crate sequoia_openpgp as openpgp;
|
extern crate sequoia_openpgp as openpgp;
|
||||||
pub mod oss_util;
|
pub mod oss_util;
|
||||||
pub mod pgp_util;
|
pub mod pgp_util;
|
||||||
|
pub mod config_util;
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
time::SystemTime,
|
time::SystemTime,
|
||||||
|
|||||||
Reference in New Issue
Block a user