Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Rename module to cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Feb 19, 2024
1 parent 5ce8389 commit 8bcecd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* License: Zlib
*/

module drafter.build.rust;
module drafter.build.cargo;

import moss.deps.analysis;
import drafter : Drafter;
Expand Down
2 changes: 1 addition & 1 deletion source/drafter/build/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
module drafter.build;

public import drafter.build.autotools;
public import drafter.build.cargo;
public import drafter.build.cmake;
public import drafter.build.meson;
public import drafter.build.python;
public import drafter.build.rust;

import std.traits : EnumMembers;
import std.string : capitalize;
Expand Down
2 changes: 1 addition & 1 deletion source/drafter/meson.build
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
libdrafter_sources = [
'package.d',
'build/autotools.d',
'build/cargo.d',
'build/cmake.d',
'build/meson.d',
'build/package.d',
'build/python.d',
'build/rust.d',
'license/engine.d',
'license/package.d',
'metadata/basic.d',
Expand Down

0 comments on commit 8bcecd2

Please sign in to comment.