8 lines
111 B
Rust
8 lines
111 B
Rust
#![feature(proc_macro_hygiene, decl_macro)]
|
|
|
|
#[macro_use]
|
|
extern crate rocket;
|
|
|
|
pub mod library;
|
|
pub mod rweb;
|