thrift/lib/rs/test_recursive/Cargo.toml
2022-12-16 00:09:39 +08:00

10 lines
287 B
TOML

[package]
name = "thrift_4098_custom_rust_namespace_support"
description = "Test namespace support in generated thrift files using recursive Make generation"
version = "0.1.0"
authors = ["Allen George <allengeorge@apache.org>"]
edition = "2021"
[dependencies]
thrift = { path = "../" }