9 lines
153 B
TOML
9 lines
153 B
TOML
[package]
|
|
name = "assertions"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
include = ["src/**/*", "Cargo.toml"]
|
|
|
|
[workspace]
|