made common module pub
This commit is contained in:
parent
7752933abd
commit
20ad563f0d
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "torn-api"
|
name = "torn-api"
|
||||||
version = "0.5.16"
|
version = "0.5.17"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Pyrit [2111649]"]
|
authors = ["Pyrit [2111649]"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -22,7 +22,7 @@ pub mod awc;
|
||||||
pub mod reqwest;
|
pub mod reqwest;
|
||||||
|
|
||||||
#[cfg(feature = "__common")]
|
#[cfg(feature = "__common")]
|
||||||
mod common;
|
pub mod common;
|
||||||
|
|
||||||
mod de_util;
|
mod de_util;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue