mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-14 06:36:42 +10:00
14 lines
200 B
Rust
14 lines
200 B
Rust
#![deny(clippy::all)]
|
|
#![feature(impl_trait_in_bindings)]
|
|
|
|
pub mod file_utils;
|
|
pub mod manifest;
|
|
pub mod ssl;
|
|
pub mod versions;
|
|
pub mod vm;
|
|
|
|
extern crate libarchive_drop;
|
|
|
|
#[cfg(test)]
|
|
pub mod tests;
|