Skip to content

Commit

Permalink
Use cargo-diet to exclude examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Jun 21, 2024
1 parent 7f68d18 commit 282420f
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 4 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion cursive-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ documentation = "https://docs.rs/cursive"
keywords = ["ncurses", "TUI", "UI"]
license = "MIT"
name = "cursive_core"
readme = "Readme.md"
readme = "README.md"
repository = "https://github.com/gyscos/cursive"
version = "0.3.7"
edition = "2021"
rust-version = "1.61"
include = ["src/**/*", "LICENSE", "README.md"]

[package.metadata.docs.rs]
all-features = true
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions cursive-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ name = "cursive-macros"
readme = "Readme.md"
repository = "https://github.com/gyscos/cursive"
version = "0.1.0"
include = ["src/**/*"]

[lib]
proc-macro = true
Expand Down
1 change: 0 additions & 1 deletion cursive-macros/err

This file was deleted.

1 change: 1 addition & 0 deletions cursive-syntect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/gyscos/cursive"
license = "MIT"
version = "0.1.0"
edition = "2021"
include = ["src/lib.rs", "LICENSE", "README.md"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
3 changes: 2 additions & 1 deletion cursive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ edition = "2021"
keywords = ["ncurses", "TUI", "UI"]
license = "MIT"
name = "cursive"
readme = "Readme.md"
readme = "README.md"
repository = "https://github.com/gyscos/cursive"
version = "0.20.0"
include = ["src/**/*", "LICENSE", "README.md"]

[package.metadata.docs.rs]
all-features = true
Expand Down
1 change: 1 addition & 0 deletions cursive/README.md
1 change: 0 additions & 1 deletion cursive/Readme.md

This file was deleted.

0 comments on commit 282420f

Please sign in to comment.