Changeset View
Changeset View
Standalone View
Standalone View
cpp/Cargo.toml
| [package] | [package] | ||||
| name = "vodozemac-cpp" | name = "vodozemac-cpp" | ||||
| version = "0.1.0" | version = "0.1.0" | ||||
| edition = "2021" | edition = "2021" | ||||
| [lib] | [lib] | ||||
| name = "vodozemac" | name = "vodozemac" | ||||
| crate-type = ["staticlib"] | crate-type = ["staticlib"] | ||||
| [dependencies] | [dependencies] | ||||
| anyhow = "1.0.42" | anyhow = "1.0.42" | ||||
| cxx = "1.0" | cxx = "1.0" | ||||
| vodozemac_maybe_derive = { path = "./vodozemac_maybe_derive" } | vodozemac_maybe_derive = { path = "./vodozemac_maybe_derive" } | ||||
| [dependencies.vodozemac] | [dependencies.vodozemac] | ||||
| git = "https://github.com/matrix-org/vodozemac/" | git = "https://github.com/matrix-org/vodozemac/" | ||||
| rev = "0.7.0" | rev = "0.9.0" | ||||
| [build-dependencies] | [build-dependencies] | ||||
| cxx-build = "1.0" | cxx-build = "1.0" | ||||