util: add base

This commit is contained in:
meh
2015-05-07 04:32:07 +02:00
parent 8763fd5d4c
commit 5468ea5051
2 changed files with 24 additions and 0 deletions

View File

@ -3,3 +3,5 @@
extern crate libc;
extern crate ffmpeg_sys as ffi;
#[macro_use] extern crate bitflags;
pub mod util;