From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- library/profiler_builtins/Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 library/profiler_builtins/Cargo.toml (limited to 'library/profiler_builtins/Cargo.toml') diff --git a/library/profiler_builtins/Cargo.toml b/library/profiler_builtins/Cargo.toml new file mode 100644 index 000000000..3371dfa12 --- /dev/null +++ b/library/profiler_builtins/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "profiler_builtins" +version = "0.0.0" +edition = "2021" + +[lib] +test = false +bench = false +doc = false + +[dependencies] +core = { path = "../core" } +compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] } + +[build-dependencies] +cc = "1.0.69" -- cgit v1.2.3