strophe 0.1.1

Moved to libstrophe-sys
1
2
3
4
5
extern crate pkg_config;

fn main() {
    pkg_config::find_library("libstrophe").unwrap();
}