mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 00:13:02 +03:00
17 lines
356 B
TOML
17 lines
356 B
TOML
# To re-generate this file, run:
|
|
# nix run github:nix-community/dream2nix#detect-projects $source
|
|
# ... where `$source` points to the source of your project.
|
|
|
|
[linemd]
|
|
name = "linemd"
|
|
relPath = ""
|
|
subsystem = "rust"
|
|
translator = "cargo-lock"
|
|
builder = "build-rust-package"
|
|
|
|
[[linemd.subsystemInfo.crates]]
|
|
name = "linemd"
|
|
relPath = ""
|
|
version = "0.4.0"
|
|
|