initial commit
This commit is contained in:
commit
d4143caf16
7 changed files with 1706 additions and 0 deletions
10
src/main.rs
Normal file
10
src/main.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
use rocket::routes;
|
||||
|
||||
mod xml;
|
||||
mod conntest;
|
||||
|
||||
#[rocket::launch]
|
||||
async fn launch() -> _ {
|
||||
rocket::build()
|
||||
.mount("/", routes![conntest::conntest])
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue