Skip to content

Commit

Permalink
Finished FromRecord derive macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Kixiron authored and ryzhyk committed Dec 30, 2020
1 parent ded115c commit 3c71d2d
Show file tree
Hide file tree
Showing 5 changed files with 415 additions and 379 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[workspace]
members = [
"rust/template",
"rust/template/ovsdb",
"rust/template/cmd_parser",
"rust/template/differential_datalog",
"rust/template/ddlog_derive",
"rust/template/distributed_datalog",
"rust/template/ovsdb",
"rust/ddlog_derive",
"rust/template/differential_datalog",
"rust/template/differential_datalog_test",
]
exclude = ["test/"]
375 changes: 0 additions & 375 deletions rust/ddlog_derive/src/lib.rs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ license = "MIT"
proc-macro = true

[dependencies]
syn = "1.0.54"
syn = "1.0.48"
quote = "1.0.7"
proc-macro2 = "1.0.24"
Loading

0 comments on commit 3c71d2d

Please sign in to comment.