2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-10 13:10:54 +00:00
phetch/src/lib.rs
2019-12-24 17:22:12 -08:00

15 lines
232 B
Rust

#![allow(unused_must_use)]
#[macro_use]
pub mod utils;
pub mod bookmarks;
pub mod config;
pub mod gopher;
pub mod help;
pub mod history;
pub mod menu;
pub mod text;
pub mod ui;
pub const VERSION: &str = env!("CARGO_PKG_VERSION");