odbc 0.1.0

ODBC FFI binding for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "odbc"
description = "ODBC FFI binding for Rust"
version = "0.1.0"
authors = ["Konstantin Salikhov <koka58@yandex.ru>"]
repository = "https://github.com/Koka/odbc-rs"
documentation = "http://koka.github.io/odbc-rs/odbc/"
homepage = "https://github.com/Koka/odbc-rs"
readme = "README.md"
keywords = ["odbc", "binding", "ffi", "database", "db"]
license = "MIT"

[dependencies]