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

11 lines
137 B
TOML
Raw Normal View History

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