feat: add bun module (#4187)

This commit is contained in:
David Knaack
2022-08-01 12:59:36 +02:00
committed by GitHub
parent 60c81f3d03
commit 85692d1bf6
12 changed files with 269 additions and 0 deletions
+3
View File
@@ -5,6 +5,7 @@ pub mod aws;
pub mod azure;
pub mod battery;
pub mod buf;
pub mod bun;
pub mod c;
pub mod character;
pub mod cmake;
@@ -100,6 +101,8 @@ pub struct FullConfig<'a> {
#[serde(borrow)]
buf: buf::BufConfig<'a>,
#[serde(borrow)]
bun: bun::BunConfig<'a>,
#[serde(borrow)]
c: c::CConfig<'a>,
#[serde(borrow)]
character: character::CharacterConfig<'a>,