Skip to content

Commit

Permalink
Prepare for hard rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
vbe0201 committed Apr 6, 2023
1 parent ae01519 commit 7bd263a
Show file tree
Hide file tree
Showing 47 changed files with 4 additions and 8,625 deletions.
747 changes: 0 additions & 747 deletions Cargo.lock

Large diffs are not rendered by default.

32 changes: 3 additions & 29 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,9 @@
name = "faucon"
version = "0.1.0"
authors = ["Valentin B. <valentin.be@protonmail.com>"]
description = "A comprehensive tooling suite for the NVIDIA Falcon microprocessors"
license = "Apache-2.0/MIT"
readme = "README.md"
description = "Comprehensive tooling suite for NVIDIA Falcon microprocessors"
license = "ISC"
homepage = "https://github.com/vbe0201/faucon"
edition = "2018"

[workspace]
members = ["faucon-asm", "faucon-asm-derive", "faucon-emu"]
edition = "2021"

[dependencies]
faucon-asm = { path = "faucon-asm" }
faucon-emu = { path = "faucon-emu" }
paste = "1.0.0"
nom = "6.1"
toml = "0.5"
color-eyre = "0.5.2"

rustyline = "6.2.0"
rustyline-derive = "0.3.1"
owo-colors = "1.1.3"

[dependencies.clap]
version = "2.33"
features = ["yaml"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

# Faster backtraces on debug profile
[profile.dev.package.backtrace]
opt-level = 3
16 changes: 0 additions & 16 deletions faucon-asm-derive/Cargo.toml

This file was deleted.

71 changes: 0 additions & 71 deletions faucon-asm-derive/src/ast.rs

This file was deleted.

129 changes: 0 additions & 129 deletions faucon-asm-derive/src/attrs.rs

This file was deleted.

0 comments on commit 7bd263a

Please sign in to comment.