fix: add missing bin_path module

This commit is contained in:
CJ van den Berg 2025-04-30 09:59:30 +02:00
parent 47aefb6f24
commit ce2c370cfd
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -440,6 +440,7 @@ pub fn build_exe(
.{ .name = "thespian", .module = thespian_mod },
.{ .name = "cbor", .module = cbor_mod },
.{ .name = "log", .module = log_mod },
.{ .name = "bin_path", .module = bin_path_mod },
},
});