beb80540b4
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.13.2 to 0.24.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.13.2...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
478 B
TOML
21 lines
478 B
TOML
[package]
|
|
name = "google_speech"
|
|
version = "0.1.0"
|
|
authors = ["Uttarayan Mondal <uttarayan21@gmail.com>"]
|
|
description = "Rust bindings to google_speech python module"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/uttarayan21/google_speech_rs"
|
|
exclude = [
|
|
".github/*",
|
|
"tests",
|
|
]
|
|
|
|
edition = "2018"
|
|
build = "build.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
pyo3 = "0.24.1"
|