summaryrefslogtreecommitdiffstats
path: root/rust/module/Cargo.toml
blob: c61e6d2c192cb314c617713a15889c055db9ca66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0

[package]
name = "module"
version = "0.1.0"
authors = ["Rust for Linux Contributors"]
edition = "2018"
publish = false

[lib]
proc-macro = true