mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-26 02:56:36 +03:00
10 lines
137 B
TOML
10 lines
137 B
TOML
[package]
|
|
name = "command-not-found"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rusqlite = "0.*.*"
|
|
|
|
[profile.release]
|
|
lto = true
|