Skip to content

Commit

Permalink
Added additional deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanghat committed Jul 12, 2024
1 parent 21ff996 commit 7789ec8
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 371 deletions.
91 changes: 91 additions & 0 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.4"
edition = "2021"
authors = ["Irfan Ghat"]
description = "This crate provides a streamlined interface for interacting with Render, a platform that allows you to build, deploy, and scale your apps with ease."
homepage = "https://github.com/lexara-prime-ai/RENDER_CDK"
homepage = "https://cdk-c1wu.onrender.com/"
repository = "https://github.com/lexara-prime-ai/RENDER_CDK"
readme = "README.md"
keywords = ["cloud", "web", "http", "api"]
Expand All @@ -19,8 +19,11 @@ base64 = "0.22.1"
chrono = "0.4.38"
dotenv = "0.15.0"
futures = "0.3.30"
rand = "0.8.5"
reqwest = { version = "0.12.4", features = ["json"] }
serde = { version = "1.0.202", features = ["derive"] }
serde_derive = "1.0.204"
serde_json = "1.0.117"
tokio = { version = "1.37.0", features = ["full"] }
url = "2.5.0"
toml = "0.8.14"
url = "2.5.0"
66 changes: 0 additions & 66 deletions rust/src/iaas/interpreter.rs

This file was deleted.

141 changes: 0 additions & 141 deletions rust/src/iaas/lexer.rs

This file was deleted.

3 changes: 0 additions & 3 deletions rust/src/iaas/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
pub mod interpreter;
pub mod lexer;
pub mod parser;
pub mod prelude;
Loading

0 comments on commit 7789ec8

Please sign in to comment.