Skip to content

Commit ab9f49b

Browse files
committed
fix: expose config
1 parent bc21d38 commit ab9f49b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sources/u5c.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ pub struct Stage {
165165

166166
#[derive(Deserialize)]
167167
pub struct Config {
168-
url: String,
169-
metadata: HashMap<String, String>,
168+
pub url: String,
169+
pub metadata: HashMap<String, String>,
170170
#[serde(default)]
171-
use_parsed_blocks: bool,
171+
pub use_parsed_blocks: bool,
172172
}
173173

174174
impl Config {

0 commit comments

Comments
 (0)