mensa/projects.toml

25 lines
565 B
TOML

# projects.toml file describing inputs for dream2nix
#
# To re-generate this file, run:
# nix run .#detect-projects $source
# ... where `$source` points to the source of your project.
#
# If the local flake is unavailable, alternatively execute the app from the
# upstream dream2nix flake:
# nix run github:nix-community/dream2nix#detect-projects $source
[mensa]
name = "mensa"
relPath = ""
subsystem = "rust"
translator = "cargo-lock"
[mensa.subsystemInfo]
workspaceMembers = []
[[mensa.subsystemInfo.crates]]
name = "mensa"
relPath = ""
version = "0.5.0"