Rust dep updates

This commit is contained in:
Yorhel 2019-05-25 08:27:23 +02:00
parent fbd7b71d73
commit f0df5092c3
9 changed files with 431 additions and 467 deletions

View file

@ -7,7 +7,7 @@ Module::Build->new(
dist_version_from => 'ManUtils.pm',
dist_abstract => 'Utils for manned.org',
license => 'MIT',
extra_linker_flags => '../../web/target/release/libweb.a',
extra_linker_flags => '../../web/target/release/libweb.a -lpthread',
pm_files => {
'ManUtils.pm' => 'lib/ManUtils.pm',
},