mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
10 lines
150 B
Rust
10 lines
150 B
Rust
#![feature(async_await)]
|
|
|
|
#[macro_use]
|
|
extern crate derive_more;
|
|
#[macro_use]
|
|
extern crate serde;
|
|
#[macro_use]
|
|
extern crate typed_builder;
|
|
|
|
mod core;
|