blob: 9df71f83c86480c50ac510d9ba11827f8db52619 [file] [edit]
# Part of the Crubit project, under the Apache License v2.0 with LLVM
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# Automatically @generated Cargo.toml for the cc_library lifetime_annotations_sys.
[package]
name = "lifetime_annotations_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
categories.workspace = true
build = "build.rs"
[lib]
path = "lib.rs"
[dependencies]
lifetime_sys = { path = "../../../cargo/lifetime_annotations/lifetime_sys"}
lifetime_symbol_table_sys = { path = "../../../cargo/lifetime_annotations/lifetime_symbol_table_sys"}
pointee_type_sys = { path = "../../../cargo/lifetime_annotations/pointee_type_sys"}
type_lifetimes_sys = { path = "../../../cargo/lifetime_annotations/type_lifetimes_sys"}
[build-dependencies]
crubit_build = { path = "../../../cargo/build"}