aboutsummaryrefslogtreecommitdiffhomepage
path: root/comgr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'comgr/Cargo.toml')
-rw-r--r--comgr/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/comgr/Cargo.toml b/comgr/Cargo.toml
new file mode 100644
index 0000000..250bd0a
--- /dev/null
+++ b/comgr/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "comgr"
+version = "0.0.0"
+authors = ["Andrzej Janik <[email protected]>"]
+edition = "2021"
+
+[lib]
+
+[dependencies]
+amd_comgr-sys = { path = "../ext/amd_comgr-sys" } \ No newline at end of file