[package] name = "vk-keyboard" version = "0.2.0" description = "An easy to use and simple implementation of VK keyboard types in Rust with serde support." readme = "readme.md" license = "MIT" authors = ["prostomarkeloff"] edition = "2018" [[example]] name = "main" path = "examples/example.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"