blob: ab89ac2b7a1eb6a1c5f66cccd696d9ca3a863c1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
authors = ["The Rust Project Developers"]
name = "rbml"
version = "0.0.0"
[lib]
name = "rbml"
path = "lib.rs"
crate-type = ["dylib"]
[dependencies]
log = { path = "../liblog" }
serialize = { path = "../libserialize" }
|