Skip to content

Commit

Permalink
refactor, readme & ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhamai committed Jun 26, 2024
1 parent 9c5088e commit 40f880a
Show file tree
Hide file tree
Showing 45 changed files with 6,332 additions and 1,128 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
notes.txt
ui/git_backup
.gitignore
33 changes: 17 additions & 16 deletions Cargo.lock

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

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "ai"
name = "grad"
version = "0.1.0"
edition = "2021"
description = "A programming language with built-in autograd"
description = "A programming language"

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

Expand All @@ -13,6 +13,4 @@ wasm-bindgen = "0.2.92"
tokei = "12.1.2"
thiserror = "1.0.59"
colored = "2.1.0"

[lib]
crate-type = ["cdylib"]
serde = "1.0.203"
Loading

0 comments on commit 40f880a

Please sign in to comment.