Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for specifying external dependencies #521

Open
chshersh opened this issue Nov 22, 2020 · 0 comments
Open

Add option for specifying external dependencies #521

chshersh opened this issue Nov 22, 2020 · 0 comments
Labels
config TOML configurations

Comments

@chshersh
Copy link
Contributor

Can be helpful for creating more customizable scaffolds. The TOML can look like this:

dependencies =
    [ { stanza = "library", dependency = "tomland ^>= 1.3" }
    , { stanza = "test", dependency = "hspec ^>= 2.7" }
    , { stanza = "test", dependency = "hedgehog ^>= 1.0" }
    ]
@chshersh chshersh added the config TOML configurations label Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config TOML configurations
Projects
None yet
Development

No branches or pull requests

1 participant