diff options
| author | Hazel Atkinson <yellowsink@riseup.net> | 2025-04-08 17:53:27 +0100 |
|---|---|---|
| committer | Hazel Atkinson <yellowsink@riseup.net> | 2025-04-08 17:59:06 +0100 |
| commit | 029a99ebcc2d9f4baab054d7262ebdcc45181b05 (patch) | |
| tree | c038c1c64df3529d1e06aec5af35aef26c2b1a9e /build.rs | |
| parent | ac323a2a89d6b8d7e511541911c5f5487f8a306a (diff) | |
| download | containerspy-029a99ebcc2d9f4baab054d7262ebdcc45181b05.tar.gz containerspy-029a99ebcc2d9f4baab054d7262ebdcc45181b05.tar.bz2 containerspy-029a99ebcc2d9f4baab054d7262ebdcc45181b05.zip | |
prepare codebase for beta 1 release
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.rs b/build.rs new file mode 100644 index 0000000..2c9bc4f --- /dev/null +++ b/build.rs @@ -0,0 +1,3 @@ +fn main() { + built::write_built_file().expect("Failed to acquire build-time information") +} |
