summary refs log tree commit diff
path: root/syscall_defines/Cargo.toml
blob: d99cd2c3aa6c15472d7cd71a4ad7d2759385933a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "syscall_defines"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
include = ["src/**/*", "Cargo.toml"]

[dependencies]

[workspace]