about summary refs log tree commit diff stats
path: root/pkgs/by-name/no/notify-run/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkgs/by-name/no/notify-run/Cargo.toml (renamed from modules/home.legacy/conf/alacritty/yaml/scrolling.yml)15
1 files changed, 9 insertions, 6 deletions
diff --git a/modules/home.legacy/conf/alacritty/yaml/scrolling.yml b/pkgs/by-name/no/notify-run/Cargo.toml
index 0d108f76..c4b9a659 100644
--- a/modules/home.legacy/conf/alacritty/yaml/scrolling.yml
+++ b/pkgs/by-name/no/notify-run/Cargo.toml
@@ -8,10 +8,13 @@
 # You should have received a copy of the License along with this program.
 # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
 
-scrolling:
-  # Maximum number of lines in the scrollback buffer.
-  # Specifying '0' will disable scrolling.
-  history: 10000
+[package]
+name = "notify-run"
+description = "An safe way to run applications that might fail"
+version = "0.1.0"
+edition = "2024"
 
-  # Scrolling distance multiplier.
-  multiplier: 3
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+anyhow = "1.0.100"