Reorganize crate source code
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -5,11 +5,11 @@ edition = "2021"
|
|||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "qrust"
|
name = "qrust"
|
||||||
path = "src/lib/mod.rs"
|
path = "src/lib/qrust/mod.rs"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "qrust"
|
name = "qrust"
|
||||||
path = "src/main.rs"
|
path = "src/bin/qrust/mod.rs"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = 'abort'
|
panic = 'abort'
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
pub mod backoff;
|
pub mod backoff;
|
||||||
pub mod de;
|
pub mod de;
|
||||||
pub mod macros;
|
pub mod r#macro;
|
||||||
pub mod ser;
|
pub mod ser;
|
||||||
pub mod time;
|
pub mod time;
|
||||||
|
|
Reference in New Issue
Block a user