Skip to content

Commit

Permalink
Merge pull request #33 from lucasstarsz/main
Browse files Browse the repository at this point in the history
(#32) Update Project Tree Structure and fixed features failing issue
  • Loading branch information
ANF-Studios committed Feb 28, 2021
2 parents 8f3ffd0 + c88d71a commit 4ad91e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "pastemyst"
version = "1.0.0"
authors = ["ANF-Studios <anforg@outlook.com>"]
authors = ["ANF-Studios <anforg@outlook.com>", "Lucasstarsz/Andrew Dey <andrewrcdey@gmail.com>"]
edition = "2018"
license = "MIT"
keywords = ["pastemyst", "pastemyst-rs", "pastemystrs", "api-wrapper"]
Expand All @@ -22,4 +22,8 @@ serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0.61" }

[features]
paste = []
user = []
data = []
time = []
default = ["paste", "user", "data", "time"]
10 changes: 9 additions & 1 deletion README.MD
Expand Up @@ -100,11 +100,19 @@ This is the current structure of the code:
│ ├─ time.rs
│ ├─ data.rs
│ └─ user.rs
├───images/
│ └─ RustMyst.png
├───src/
│ └─ lib.rs
│ ├─ data.rs
│ ├─ discord.rs
│ ├─ lib.rs
│ ├─ paste.rs
│ ├─ time.rs
│ └─ user.rs
├─── .gitattributes
├─── .gitignore
├─── Cargo.toml
├─── CHANGELOG.MD
├─── LICENSE
└─── README.MD
```
Expand Down

0 comments on commit 4ad91e7

Please sign in to comment.