Files
rust-smb/Cargo.toml
2014-12-10 20:02:43 +01:00

13 lines
201 B
TOML

[package]
name = "smb"
version = "0.0.1"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]
sdl2 = "0.0.7"
[dependencies.sdl2_ttf]
git = "https://github.com/andelf/rust-sdl2_ttf"