Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d8fef16

Browse files
committedApr 11, 2020
change project structure
1 parent a32c967 commit d8fef16

28 files changed

+16
-17
lines changed
 

‎Cargo.toml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,2 @@
1-
[package]
2-
name = "algorithmica"
3-
version = "0.1.8"
4-
authors = ["AbrarNitk <abrar.nitk@gmail.com>"]
5-
edition = "2018"
6-
description = "Rust Algorithms"
7-
license = "MIT"
8-
include = ["src/**/*", "Cargo.toml"]
9-
repository = "https://github.com/AbrarNitk/algorithmica"
10-
documentation = "https://github.com/AbrarNitk/algorithmica"
11-
homepage = "https://github.com/AbrarNitk/algorithmica"
12-
readme = "README.md"
13-
keywords = ["algorithms", "search", "math", "data", "sort"]
14-
151
[workspace]
16-
members = ["redblackbst"]
17-
18-
[dependencies]
2+
members = ["algorithmica", "redblackbst"]

‎algorithmica/Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[package]
2+
name = "algorithmica"
3+
version = "0.1.8"
4+
authors = ["AbrarNitk <abrar.nitk@gmail.com>"]
5+
edition = "2018"
6+
description = "Rust Algorithms"
7+
license = "MIT"
8+
include = ["src/**/*", "Cargo.toml"]
9+
repository = "https://github.com/AbrarNitk/algorithmica"
10+
documentation = "https://github.com/AbrarNitk/algorithmica"
11+
homepage = "https://github.com/AbrarNitk/algorithmica"
12+
readme = "README.md"
13+
keywords = ["algorithms", "search", "math", "data", "sort"]
14+
15+
[dependencies]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.