mcai-backend 0.0.1

CLI tool for the Media Cloud AI Backend
1
2
3
4
5
extern crate built;

fn main() {
  built::write_built_file().expect("Failed to acquire build-time information");
}