feat: Add support for Daml (#4004)

This commit is contained in:
Stefano Baghino
2022-05-26 16:42:31 +02:00
committed by GitHub
parent 7702b0a9ab
commit 3fe6cc023c
12 changed files with 317 additions and 1 deletions
+3
View File
@@ -14,6 +14,7 @@ pub mod conda;
pub mod container;
pub mod crystal;
pub mod custom;
pub mod daml;
pub mod dart;
pub mod deno;
pub mod directory;
@@ -114,6 +115,8 @@ pub struct FullConfig<'a> {
#[serde(borrow)]
crystal: crystal::CrystalConfig<'a>,
#[serde(borrow)]
daml: daml::DamlConfig<'a>,
#[serde(borrow)]
dart: dart::DartConfig<'a>,
#[serde(borrow)]
deno: deno::DenoConfig<'a>,