Adding upstream version 0.0.22.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2f814b513a
commit
b06d3acde8
190 changed files with 61565 additions and 0 deletions
8
icann-rdap-srv/src/storage/mem/config.rs
Normal file
8
icann-rdap-srv/src/storage/mem/config.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
use buildstructor::Builder;
|
||||
|
||||
use crate::storage::CommonConfig;
|
||||
|
||||
#[derive(Debug, Builder, Clone)]
|
||||
pub struct MemConfig {
|
||||
pub common_config: CommonConfig,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue