Skip to content

Commit

Permalink
Include license files on publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <[email protected]>
  • Loading branch information
JohnTitor authored and 0xpr03 committed Dec 23, 2022
1 parent b23efcb commit e375fce
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ members = [

# internal
"examples"
#"examples/hot_reload_tide" untill https://github.com/rustsec/rustsec/issues/501 is resolved
#"examples/hot_reload_tide" until https://github.com/rustsec/rustsec/issues/501 is resolved
]

exclude = ["examples/hot_reload_tide"]

[patch.crates-io]
notify = { path = "notify/" }
notify-debouncer-mini = { path = "notify-debouncer-mini/" }
notify-debouncer-mini = { path = "notify-debouncer-mini/" }
2 changes: 1 addition & 1 deletion notify-debouncer-mini/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ crossbeam = ["crossbeam-channel","notify/crossbeam-channel"]
[dependencies]
notify = "5.0.0"
crossbeam-channel = { version = "0.5", optional = true }
serde = { version = "1.0.89", features = ["derive"], optional = true }
serde = { version = "1.0.89", features = ["derive"], optional = true }
1 change: 1 addition & 0 deletions notify-debouncer-mini/LICENSE
1 change: 1 addition & 0 deletions notify-debouncer-mini/LICENSE.ARTISTIC
1 change: 1 addition & 0 deletions notify/LICENSE
1 change: 1 addition & 0 deletions notify/LICENSE.ARTISTIC

0 comments on commit e375fce

Please sign in to comment.