1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-26 02:56:36 +03:00
nixpkgs/nixos/modules/programs/command-not-found/rust/Cargo.toml
Jörg Thalheim 8a6c765832
command-not-found: rewrite in Rust
- drops perl + libraries dependencies
2020-12-30 07:50:28 +01:00

10 lines
137 B
TOML

[package]
name = "command-not-found"
version = "0.1.0"
edition = "2018"
[dependencies]
rusqlite = "0.*.*"
[profile.release]
lto = true