Skip to content

Commit 1f8f9ef

Browse files
aram356ChristianPavilonis
authored andcommitted
Permutive integration
1 parent 4b9aaab commit 1f8f9ef

File tree

5 files changed

+900
-2
lines changed

5 files changed

+900
-2
lines changed

crates/common/src/integrations/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
use crate::settings::Settings;
44

5+
pub mod permutive;
56
mod registry;
67
pub mod testlight;
78

@@ -15,5 +16,5 @@ pub use registry::{
1516
type IntegrationBuilder = fn(&Settings) -> Option<IntegrationRegistration>;
1617

1718
pub(crate) fn builders() -> &'static [IntegrationBuilder] {
18-
&[testlight::register]
19+
&[permutive::register, testlight::register]
1920
}

0 commit comments

Comments
 (0)