add rustfmt target
This commit is contained in:
1
src/atom/meson.build
Normal file
1
src/atom/meson.build
Normal file
@@ -0,0 +1 @@
|
||||
sources += files('mod.rs', 'parsers.rs')
|
||||
5
src/meson.build
Normal file
5
src/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
sources += files('lib.rs')
|
||||
|
||||
subdir('atom')
|
||||
subdir('repo')
|
||||
subdir('useflag')
|
||||
1
src/repo/ebuild/meson.build
Normal file
1
src/repo/ebuild/meson.build
Normal file
@@ -0,0 +1 @@
|
||||
sources += files('mod.rs', 'parsers.rs')
|
||||
3
src/repo/meson.build
Normal file
3
src/repo/meson.build
Normal file
@@ -0,0 +1,3 @@
|
||||
sources += files('mod.rs')
|
||||
|
||||
subdir('ebuild')
|
||||
1
src/useflag/meson.build
Normal file
1
src/useflag/meson.build
Normal file
@@ -0,0 +1 @@
|
||||
sources += files('mod.rs', 'parsers.rs')
|
||||
Reference in New Issue
Block a user