mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 02:30:11 +00:00
feat(commands): add cs codegen to statically use params and flags in bot code, remove Any
This commit is contained in:
parent
0c012e98b5
commit
07e8a4851a
20 changed files with 297 additions and 417 deletions
|
|
@ -2,6 +2,11 @@
|
|||
name = "commands"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
default-run = "commands"
|
||||
|
||||
[[bin]]
|
||||
name = "write_cs_glue"
|
||||
path = "src/bin/write_cs_glue.rs"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "lib"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue