Add rust library crate template to outputs
This commit is contained in:
parent
4c7de9b72c
commit
136e245759
@ -7,6 +7,11 @@
|
|||||||
path = ./templates/rust/workspace;
|
path = ./templates/rust/workspace;
|
||||||
description = "Cargo based rust project using a virtual workspace";
|
description = "Cargo based rust project using a virtual workspace";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rust-lib = {
|
||||||
|
path = ./templates/rust/crate-lib;
|
||||||
|
description = "Cargo based rust library crate";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user