basic rust template
This commit is contained in:
commit
2f3fac1a58
9 changed files with 1026 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# todo
|
||||
|
||||
This is a [Ratatui] app generated by the [Simple Template].
|
||||
|
||||
[Ratatui]: https://ratatui.rs
|
||||
[Simple Template]: https://github.com/ratatui/templates/tree/main/simple
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) Fabien Freling <public@ffreling.com>
|
||||
|
||||
This project is licensed under the MIT license ([LICENSE] or <http://opensource.org/licenses/MIT>)
|
||||
|
||||
[LICENSE]: ./LICENSE
|
Loading…
Add table
Add a link
Reference in a new issue