File: build.rs

package info (click to toggle)
rust-mbox 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 4
file content (3 lines) | stat: -rw-r--r-- 66 bytes parent folder | download
1
2
3
pub fn main() {
    println!("cargo:rustc-cfg=stable_channel");
}