Compare commits
4 Commits
ca17e19d15
...
242c13099b
Author | SHA1 | Date | |
---|---|---|---|
242c13099b | |||
e77020a15b | |||
645cd73d44 | |||
6f670a6f8c |
@ -1,8 +1,14 @@
|
||||
[package]
|
||||
name = "csrs"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1-dev"
|
||||
authors = ["Sambo Chea <sombochea@cubetiqs.com>"]
|
||||
edition = "2018"
|
||||
description = "CUBETIQ Syncer for database tools and internal tool for the team in the company."
|
||||
license = "MIT"
|
||||
repository = "https://github.com/CUBETIQ/csrs.git"
|
||||
keywords = ["rust-cli", "cubetiq-cli", "tools", "clap"]
|
||||
categories = ["cli", "tools"]
|
||||
readme = "README.md"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -1,6 +1,11 @@
|
||||
<code>CUBETIQ Syncer for Database Tools</code>
|
||||
<div align="center">
|
||||
<h2><code>CUBETIQ Syncer for Database Tools</code></h2>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
<h4><code>Roadmap</code></h4>
|
||||
</div>
|
||||
|
||||
<code>Roadmap</code>
|
||||
- [ ] Implement the command line app (CLI)
|
||||
- [ ] Make the cli call the api for sync the data
|
||||
- [ ] Encrypt the data within password
|
||||
|
Loading…
Reference in New Issue
Block a user