mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
feat: Add support for Daml (#4004)
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user