Skip to content

Commit 1634c22

Browse files
committed
chore: Add build-rs to the Cargo workspace
1 parent e6b923d commit 1634c22

File tree

15 files changed

+19
-144
lines changed

15 files changed

+19
-144
lines changed

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-rs/.github/renovate.json5

Lines changed: 0 additions & 37 deletions
This file was deleted.

build-rs/.github/workflows/ci.yaml

Lines changed: 0 additions & 59 deletions
This file was deleted.

build-rs/.github/workflows/publish.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

build-rs/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

build-rs/Cargo.lock

Lines changed: 0 additions & 14 deletions
This file was deleted.

build-rs/Cargo.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

crates/build-rs/Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[package]
2+
name = "build-rs"
3+
version = "0.2.0"
4+
rust-version.workspace = true
5+
edition.workspace = true
6+
license.workspace = true
7+
homepage.workspace = true
8+
repository.workspace = true
9+
description = "API for writing Cargo `build.rs` files"
10+
11+
[features]
12+
unstable = []
13+
14+
[lints]
15+
workspace = true
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)