Skip to content

Commit 5635fc2

Browse files
committed
Initial commit
0 parents  commit 5635fc2

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target

Cargo.toml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[package]
2+
name = "heroic-toys"
3+
version = "0.0.1"
4+
edition = "2018"
5+
description = "The remake of useful CLI tools, but with Web UI"
6+
repository = "https://github.com/rillrate/heroic-toys"
7+
license = "MIT"
8+
readme = "README.md"
9+
10+
[dependencies]

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# HeroicToys
2+
3+
The remake of useful CLI tools, but with Web UI.
4+
5+
_The project shows features of the RillRate - Dynamic UI for bots, microservices, and IoT._

src/main.rs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("It's in the progress...");
3+
}

0 commit comments

Comments
 (0)