removed examples from cargo.toml

This commit is contained in:
Francesco Pio Gaglione 2024-08-20 21:11:49 +02:00
parent 0c299950c9
commit bb2833e65e

View file

@ -6,12 +6,6 @@ edition = "2021"
license = "GPL-3.0-only"
rust-version = "1.71"
[[example]]
name = "dialog" # examples/dialog.rs
[[example]]
name = "gvfs" # examples/gvfs.rs
[build-dependencies]
vergen = { version = "8", features = ["git", "gitcl"] }