Skip to content

Commit

Permalink
Tidy up some dev changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgoss committed Sep 26, 2023
1 parent 3c13291 commit c32c0d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions Source/buildimplementationrust.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ func buildRustInterfaces(component ComponentDefinition, w LanguageWriter) error

func buildCargoForRustImplementation(component ComponentDefinition, w LanguageWriter, path string) error {
projectName := strings.ToLower(component.NameSpace)
projectName = strings.CutPrefix(projectName, "lib")
w.Writeln("[package]")
w.Writeln(" name = \"%s\"", projectName)
w.Writeln(" version = \"0.1.0\"")
Expand Down
4 changes: 0 additions & 4 deletions run.bat

This file was deleted.

0 comments on commit c32c0d0

Please sign in to comment.