Skip to content

Commit ae3ed7c

Browse files
committed
chore: general clean up
1 parent 5237ecb commit ae3ed7c

File tree

8 files changed

+17
-1993
lines changed

8 files changed

+17
-1993
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
This is a monorepo for the Revolt backend.
44

5-
| Crate | Description |
6-
| ------------- | --------------------------------- |
7-
| `delta` | REST API server |
8-
| `bonfire` | WebSocket events server |
9-
| `quark` | Models and logic |
10-
| `revcord/api` | Discord REST translation layer |
11-
| `revcord/ws` | Discord gateway translation layer |
5+
| Crate | Path | Description |
6+
| ---------------- | ---------------------------------------------- | ------------------------------------ |
7+
| `delta` | [crates/delta](crates/delta) | REST API server |
8+
| `bonfire` | [crates/bonfire](crates/bonfire) | WebSocket events server |
9+
| `quark` | [crates/quark](crates/quark) | Models and logic |
10+
| `revcord/api` | [crates/revcord/api](crates/revcord/api) | Discord REST translation layer |
11+
| `revcord/ws` | [crates/revcord/ws](crates/revcord/ws) | Discord gateway translation layer |
12+
| `revcord/models` | [crates/revcord/models](crates/revcord/models) | Discord models and quark translation |
1213

1314
Note: `january`, `autumn`, and `vortex` are yet to be moved into this monorepo.
1415

crates/bonfire/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "revolt-bonfire"
33
version = "1.0.6-patch.2"
4+
license = "AGPL-3.0-or-later"
45
edition = "2021"
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/bonfire/LICENSE

Lines changed: 0 additions & 661 deletions
This file was deleted.

crates/bonfire/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

crates/delta/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "revolt-delta"
33
version = "0.5.3-5-patch.2"
4+
license = "AGPL-3.0-or-later"
45
authors = ["Paul Makles <[email protected]>"]
56
edition = "2018"
67

crates/delta/LICENSE

Lines changed: 0 additions & 661 deletions
This file was deleted.

crates/delta/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

crates/quark/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "revolt-quark"
33
version = "0.1.0"
4+
license = "AGPL-3.0-or-later"
45
edition = "2021"
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/quark/LICENSE

Lines changed: 0 additions & 661 deletions
This file was deleted.

crates/quark/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

deny.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@ unknown-git = "warn"
199199
# if not specified. If it is specified but empty, no registries are allowed.
200200
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
201201
# List of URLs for allowed Git repositories
202-
allow-git = ["https://gitlab.insrt.uk/insert/hive"]
202+
allow-git = []
203203

204204
[sources.allow-org]
205205
# 1 or more github.com organizations to allow git sources for
206206
github = ["insertish"]
207207
# 1 or more gitlab.com organizations to allow git sources for
208-
gitlab = []
208+
# gitlab = []
209209
# 1 or more bitbucket.org organizations to allow git sources for
210-
bitbucket = [""]
210+
# bitbucket = [""]

0 commit comments

Comments
 (0)