mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Implementing the factory web API
This commit is contained in:
21
rc_factory_api/Cargo.toml
Normal file
21
rc_factory_api/Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "oj_factory_api"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
readme.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web.workspace = true
|
||||
clap.workspace = true
|
||||
log.workspace = true
|
||||
env_logger.workspace = true
|
||||
git-version.workspace = true
|
||||
base64.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
libfj.workspace = true
|
||||
oj_rc_core = { version = "*", path = "../rc_core" }
|
||||
oj_rc_factory = { version = "*", path = "../rc_factory" }
|
||||
Reference in New Issue
Block a user