Merge pull request #63 from hedgewars/ci-patch-osx-server
Update hedgewars-server.cabal
//! PhysFS bindings for Rust#![deny(missing_docs)]extern crate libc;pub use physfs::*;pub use physfs::file::*;/// PhysFS bindingsmod physfs;/// Definitions for the PhysFS primitivesmod primitives;