From bb2833e65ed7d04d1538cbed9dd6886cfefd888a Mon Sep 17 00:00:00 2001 From: Francesco Pio Gaglione Date: Tue, 20 Aug 2024 21:11:49 +0200 Subject: [PATCH] removed examples from cargo.toml --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 00cff78..839d611 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }