Skip to content

Commit

Permalink
chore: 🤖 add line
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoSquirrels committed Mar 16, 2023
1 parent d89724e commit 9bd708b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspace]
members = ["bot","lib","bench","py","node"]
members = ["bot","line","lib","bench","py","node"]
resolver = "2"
18 changes: 18 additions & 0 deletions line/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[package]
name = "artifacter"
version = "0.1.0"
edition = "2021"

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

[dependencies]
anyhow = "1.0.69"
dotenv = "0.15.0"
enkanetwork-rs = { git = "https://github.com/neodyland/enkanetwork-rs", version = "0.0.3" }
line-bot-sdk-rust = { version = "0.1", features = ["rocket_support"] }
rocket = "0.4"
serde_json = "1.0.94"
tokio = { version = "1.26.0", features = ["full"] }

[dependencies.gen]
path = "../lib"
Empty file added line/main.rs
Empty file.

0 comments on commit 9bd708b

Please sign in to comment.