aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-04-04 10:44:29 -0700
committerDaniel Mueller <deso@posteo.net>2020-04-04 10:44:29 -0700
commitc0ae9e64695b44d372657e1a6521145bde5498d3 (patch)
tree7c8605b5f32b7018895c8622ff4d3e25221fba68 /Cargo.toml
parent83d3e90248e9995e6c37c314b10597bccd394341 (diff)
downloadnitrocli-c0ae9e64695b44d372657e1a6521145bde5498d3.tar.gz
nitrocli-c0ae9e64695b44d372657e1a6521145bde5498d3.tar.bz2
Move dependencies to args and commands modules into generated code
We are aiming to rid the arg_defs module of dependencies to the rest of the crate in an attempt to make the file fully free standing. The last remaining references into the crate are used to hook up the functionality backing the respective commands. Luckily for us, this "gluing" of functionality to types is really only required in the macro-generated code (which we do not care about as part of this exercise) and so with this change we remove the use declarations from the top of the file and reference the respective functionality in an absolute manner instead.
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions