You've already forked architect
Initial commit
All input and output functions are raw. Improved APIs will be added incrementally.
This commit is contained in:
Generated
+23
@@ -0,0 +1,23 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "architect"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"paste",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "paste"
|
||||
version = "1.0.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
||||
|
||||
[[package]]
|
||||
name = "sample"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"architect",
|
||||
]
|
||||
Reference in New Issue
Block a user